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 | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
SJIS-WIN | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
EUC-JP | ??????AB | 0011111100111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f3f4142 |
UTF-8 | 혦징횪짚혦횑AB | 1110110110011000101001101110110010100111100101011110110110011010101010101110110010100111100110101110110110011000101001101110110110011010100100010100000101000010 | ed98a6eca795ed9aaaeca79aed98a6ed9a914142 |
UHC | 혦징횪짚혦횑AB | 1100001010001110110000101010000111000011101000001100001010100100110000101000111011000011100011000100000101000010 | c28ec2a1c3a0c2a4c28ec38c4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)