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 | 鬢瑚ャ戳 | 11101001101001001000110011101000101011001001110101000110 | e9a48ce8ac9d46 |
EUC-JP | 鬢瑚ャ戳 | 1111001010100110101110001110101010001110101011001101100110100111 | f2a6b8ea8eacd9a7 |
UTF-8 | 鬢瑚ャ戳 | 111010011010110010100010111001111001000110011010111011111011110110101100111001101000100010110011 | e9aca2e7919aefbdace688b3 |
UHC | ?瑚?? | 0011111111111011110100010011111100111111 | 3ffbd13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)