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 | 馨??彗 | 100010100101110100111111001111111001110001100001 | 8a5d3f3f9c61 |
EUC-JP | 馨??彗 | 101100111011111000111111001111111101011111000010 | b3be3f3fd7c2 |
UTF-8 | 馨됬웻彗 | 111010011010011010101000111010111001000010101100111011001001101110111011111001011011110110010111 | e9a6a8eb90acec9bbbe5bd97 |
UHC | 馨됬웻彗 | 1111101110110000100010011110011110011111100001111111101110110010 | fbb089e79f87fbb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)