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 | 獄??宥? | 10001101100101100011111100111111100101110100011100111111 | 8d963f3f97473f |
EUC-JP | 獄??宥? | 10111001111101100011111100111111110011011010100000111111 | b9f63f3fcda83f |
UTF-8 | 獄븍슣宥퐹 | 111001111000110110000100111010111011100010001101111011001000101010100011111001011010111010100101111011011001000010111001 | e78d84ebb88dec8aa3e5aea5ed90b9 |
UHC | 獄븍슣宥퐹 | 11101000101010111011101011101011100110101010111111101010111010011011111001000010 | e8abbaeb9aafeae9be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)