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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貊蒡 | 111001101011101111110000101010101110010011101110 | e6bbf0aae4ee |
EUC-JP | 貊?蒡 | 1110110010111101001111111110100011110000 | ecbd3fe8f0 |
UTF-8 | 貊蒡 | 111010001011001010001010111011101000000110101001111010001001001010100001 | e8b28aee81a9e892a1 |
UHC | 貊?蒡 | 1101100011100111001111111101101110111100 | d8e73fdbbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)