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 | 獄??怡? | 10001101100101100011111100111111100111000111110100111111 | 8d963f3f9c7d3f |
EUC-JP | 獄??怡? | 10111001111101100011111100111111110101111101111000111111 | b9f63f3fd7de3f |
UTF-8 | 獄븍슣怡퐹 | 111001111000110110000100111010111011100010001101111011001000101010100011111001101000000010100001111011011001000010111001 | e78d84ebb88dec8aa3e680a1ed90b9 |
UHC | 獄븍슣怡퐹 | 11101000101010111011101011101011100110101010111111101100101011101011111001000010 | e8abbaeb9aafecaebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)