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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 獄??秧?? | 1000110110010110001111110011111111100010010111100011111100111111 | 8d963f3fe25e3f3f |
EUC-JP | 獄??秧?? | 1011100111110110001111110011111111100011101111110011111100111111 | b9f63f3fe3bf3f3f |
UTF-8 | 獄멸퀎秧띴풌 | 111001111000110110000100111010111010100110111000111011011000000010001110111001111010011110100111111010111001110110110100111011011001001010001100 | e78d84eba9b8ed808ee7a7a7eb9db4ed928c |
UHC | 獄멸퀎秧띴풌 | 111010001010101110111000111010101011001110000100111001001110101110001101111001001011111010010001 | e8abb8eab384e4eb8de4be91 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)