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 | 獄←?哀? | 1000110110010110100000011010100100111111100010001010001100111111 | 8d9681a93f88a33f |
EUC-JP | 獄←?哀? | 1011100111110110101000101010101100111111101100001010010100111111 | b9f6a2ab3fb0a53f |
UTF-8 | 獄←ㅌ哀툫 | 111001111000110110000100111000101000011010010000111000111000010110001100111001011001001110000000111011011000100010101011 | e78d84e28690e3858ce59380ed88ab |
UHC | 獄←ㅌ哀툫 | 11101000101010111010000111100111101001001011110011100100111011101011100101000010 | e8aba1e7a4bce4eeb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)