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 | 10001001100010100011111110001001100010100011111101000010 | 898a3f898a3f42 |
EUC-JP | 炎?炎?B | 10110001111010100011111110110001111010100011111101000010 | b1ea3fb1ea3f42 |
UTF-8 | 炎뇕炎뇕B | 11100111100000101000111011101011100001111001010111100111100000101000111011101011100001111001010101000010 | e7828eeb8795e7828eeb879542 |
UHC | 炎뇕炎뇕B | 111001101111101010000111011110101110011011111010100001110111101001000010 | e6fa877ae6fa877a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)