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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 宵リ宵エB | 10001111101010101101100010001111101010101011010001000010 | 8faad88faab442 |
EUC-JP | 宵リ宵エB | 101111101010110010001110110110001011111010101100100011101011010001000010 | beac8ed8beac8eb442 |
UTF-8 | 宵リ宵エB | 11100101101011101011010111101111101111101001100011100101101011101011010111101111101111011011010001000010 | e5aeb5efbe98e5aeb5efbdb442 |
UHC | 宵?宵?B | 11100001101100100011111111100001101100100011111101000010 | e1b23fe1b23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)