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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蘂??^ | 1110010101000001001111110011111101011110 | e5413f3f5e |
EUC-JP | 蘂??^ | 1110100110100010001111110011111101011110 | e9a23f3f5e |
UTF-8 | 蘂뚭컛^ | 11101000100110001000001011101011100110101010110111101100101110111001101101011110 | e89882eb9aadecbb9b5e |
UHC | 蘂뚭컛^ | 11100111110111101000110011101010101100001000011001011110 | e7de8ceab0865e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)