To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮏璽鋐メ | 11111100010000111000111010100011111110111101001011010010 | fc438ea3fbd2d2 |
EUC-JP | 鮏璽鋐メ | 10001111111010101101101110111100101001011000111111100100101111101000111011010010 | 8feadbbca58fe4be8ed2 |
UTF-8 | 鮏璽鋐メ | 111010011010111010001111111001111001001010111101111010011000101110010000111011111011111010010010 | e9ae8fe792bde98b90efbe92 |
UHC | ?璽?? | 0011111111011111110111100011111100111111 | 3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)