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 | ìº¸ê± | 111011001011101010001110101110001110101010110001 | ecba8eb8eab1 |
SJIS-WIN | ?????± | 00111111001111110011111100111111001111111000000101111101 | 3f3f3f3f3f817d |
EUC-JP | ìº?¸ê± | 100011111010101111000000100011111010001011101011001111111000111110100010101100011000111110101011101101001010000111011110 | 8fabc08fa2eb3f8fa2b18fabb4a1de |
UTF-8 | ìº¸ê± | 110000111010110011000010101110101100001010001110110000101011100011000011101010101100001010110001 | c3acc2bac28ec2b8c3aac2b1 |
UHC | ?º?¸?± | 001111111010100010101100001111111010001010101100001111111010000110111110 | 3fa8ac3fa2ac3fa1be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)