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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?弄??翫 | 00111111100110000100110100111111001111111000101011100011 | 3f984d3f3f8ae3 |
EUC-JP | 祜弄??翫 | 100011111101000011011000110011111010111000111111001111111011010011100101 | 8fd0d8cfae3f3fb4e5 |
UTF-8 | 祜弄띷섯翫 | 111001111010010110011100111001011011110010000100111010111001110110110111111011001000010010101111111001111011111110101011 | e7a59ce5bc84eb9db7ec84afe7bfab |
UHC | 祜弄띷섯翫 | 11111011110101001101011011100111100011011110011010111100101110001110100011010001 | fbd4d6e78de6bcb8e8d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)