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 | 獄り?? | 100011011001011010000010111010000011111100111111 | 8d9682e83f3f |
EUC-JP | 獄り?? | 101110011111011010100100111010100011111100111111 | b9f6a4ea3f3f |
UTF-8 | 獄り낍栒 | 111001111000110110000100111000111000001010001010111010111000001010001101111001101010000010010010 | e78d84e3828aeb828de6a092 |
UHC | 獄り낍栒 | 1110100010101011101010101110101010110011101001111110001011100011 | e8abaaeab3a7e2e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)