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 | 긴ð³ | 111010101011100010001110101101001111000010110011 | eab88eb4f0b3 |
SJIS-WIN | ???´?? | 00111111001111110011111110000001010011000011111100111111 | 3f3f3f814c3f3f |
EUC-JP | ê¸?´ð? | 10001111101010111011010010001111101000101011000100111111101000011010110110001111101010011100001100111111 | 8fabb48fa2b13fa1ad8fa9c33f |
UTF-8 | 긴ð³ | 110000111010101011000010101110001100001010001110110000101011010011000011101100001100001010110011 | c3aac2b8c28ec2b4c3b0c2b3 |
UHC | ?¸?´ð³ | 00111111101000101010110000111111101000101010010110101001101000111010100111111000 | 3fa2ac3fa2a5a9a3a9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)