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 | 鞨喜嚠裄 | 1110100011100000100010101110110010011010100010001110010111100000 | e8e08aec9a88e5e0 |
EUC-JP | 鞨喜嚠裄 | 1111000011100010101101001110111011010011111010001110101011100010 | f0e2b4eed3e8eae2 |
UTF-8 | 鞨喜嚠裄 | 111010011001111010101000111001011001011010011100111001011001101010100000111010001010001110000100 | e99ea8e5969ce59aa0e8a384 |
UHC | 鞨喜?? | 110010101110101011111101111011000011111100111111 | caeafdec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)