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 | 脉域┃^ | 11100011111101011000100011100110100001001010101101011110 | e3f588e684ab5e |
EUC-JP | 脉域┃^ | 11100110111101111011000011101000101010001010110101011110 | e6f7b0e8a8ad5e |
UTF-8 | 脉域┃^ | 11101000100001001000100111100101100111111001111111100010100101001000001101011110 | e88489e59f9fe294835e |
UHC | ?域┃^ | 001111111110011010110100101001101010110101011110 | 3fe6b4a6ad5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)