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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 嘶??押??B | 100110100111110000111111001111111000100110011111001111110011111101000010 | 9a7c3f3f899f3f3f42 |
EUC-JP | 嘶??押??B | 110100111101110100111111001111111011001010100001001111110011111101000010 | d3dd3f3fb2a13f3f42 |
UTF-8 | 嘶뜌뢅押땹뢝B | 11100101100110001011011011101011100111001000110011101011101000101000010111100110100010101011110011101011100101011011100111101011101000101001110101000010 | e598b6eb9c8ceba285e68abceb95b9eba29d42 |
UHC | 嘶뜌뢅押땹뢝B | 11100011101101101000110110001111100011110100000111100100111000111000101110001111100011110101100001000010 | e3b68d8f8f41e4e38b8f8f5842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)