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 | 긴ð° | 111010101011100010001110101101001111000010110000 | eab88eb4f0b0 |
SJIS-WIN | ???´?° | 0011111100111111001111111000000101001100001111111000000110001011 | 3f3f3f814c3f818b |
EUC-JP | ê¸?´ð° | 1000111110101011101101001000111110100010101100010011111110100001101011011000111110101001110000111010000111101011 | 8fabb48fa2b13fa1ad8fa9c3a1eb |
UTF-8 | 긴ð° | 110000111010101011000010101110001100001010001110110000101011010011000011101100001100001010110000 | c3aac2b8c28ec2b4c3b0c2b0 |
UHC | ?¸?´ð° | 00111111101000101010110000111111101000101010010110101001101000111010000111000110 | 3fa2ac3fa2a5a9a3a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)