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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 獄??LB | 100011011001011000111111001111110100110001000010 | 8d963f3f4c42 |
EUC-JP | 獄??LB | 101110011111011000111111001111110100110001000010 | b9f63f3f4c42 |
UTF-8 | 獄ㅿ쉑LB | 1110011110001101100001001110001110000101101111111110110010001001100100010100110001000010 | e78d84e385bfec89914c42 |
UHC | 獄ㅿ쉑LB | 1110100010101011101001001110111110111101101001110100110001000010 | e8aba4efbda74c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)