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 | 獄??與?? | 1000110110010110001111110011111111100100011011110011111100111111 | 8d963f3fe46f3f3f |
EUC-JP | 獄??與?? | 1011100111110110001111110011111111100111110100000011111100111111 | b9f63f3fe7d03f3f |
UTF-8 | 獄띾젩與쀫젌 | 111001111000110110000100111010111001110110111110111011001010000010101001111010001000100010000111111011001000000010101011111011001010000010001100 | e78d84eb9dbeeca0a9e88887ec80abeca08c |
UHC | 獄띾젩與쀫젌 | 111010001010101110001101111010111010000010100001111001101010100010010111111010111010000010001101 | e8ab8deba0a1e6a897eba08d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)