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 | 10010010111110000011111110010010111110000011111101000010 | 92f83f92f83f42 |
EUC-JP | 艇?艇?B | 11000100111110100011111111000100111110100011111101000010 | c4fa3fc4fa3f42 |
UTF-8 | 艇렣艇렣B | 11101000100010011000011111101011101000001010001111101000100010011000011111101011101000001010001101000010 | e88987eba0a3e88987eba0a342 |
UHC | 艇렣艇렣B | 111011111111001110001110101101001110111111110011100011101011010001000010 | eff38eb4eff38eb442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)