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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 縣室P | 1110001101110000100011101011101001010000 | e3708eba50 |
EUC-JP | 縣室P | 1110010111010001101111001011110001010000 | e5d1bcbc50 |
UTF-8 | 縣室P | 11100111101110001010001111100101101011101010010001010000 | e7b8a3e5aea450 |
UHC | 縣室P | 1111101011100011111000111111100001010000 | fae3e3f850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)