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 | 獄←?弱? | 1000110110010110100000011010100100111111100011101110001100111111 | 8d9681a93f8ee33f |
EUC-JP | 獄←?弱? | 1011100111110110101000101010101100111111101111001110010100111111 | b9f6a2ab3fbce53f |
UTF-8 | 獄←쥈弱잹 | 111001111000110110000100111000101000011010010000111011001010010110001000111001011011110010110001111011001001111010111001 | e78d84e28690eca588e5bcb1ec9eb9 |
UHC | 獄←쥈弱잹 | 11101000101010111010000111100111101000101000000111100101101100001010000001000010 | e8aba1e7a281e5b0a042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)