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 | ??U | 001111110011111101010101 | 3f3f55 |
SJIS-WIN | 執U | 1111000010100011100011101011011101010101 | f0a38eb755 |
EUC-JP | ?執U | 00111111101111001011100101010101 | 3fbcb955 |
UTF-8 | 執U | 11101110100000011010001011100101100111111011011101010101 | ee81a2e59fb755 |
UHC | ?執U | 00111111111100101111101101010101 | 3ff2fb55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)