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 | ¸Î°á | 10111000110011101011000011100001 | b8ceb0e1 |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | ¸Î°á | 1000111110100010101100011000111110101010110000101010000111101011100011111010101110100001 | 8fa2b18faac2a1eb8faba1 |
UTF-8 | ¸Î°á | 1100001010111000110000111000111011000010101100001100001110100001 | c2b8c38ec2b0c3a1 |
UHC | ¸?°? | 101000101010110000111111101000011100011000111111 | a2ac3fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)