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 | ?gU | 001111110110011101010101 | 3f6755 |
SJIS-WIN | ?gU | 001111110110011101010101 | 3f6755 |
EUC-JP | ?gU | 001111110110011101010101 | 3f6755 |
UTF-8 | 챕gU | 1110110010110001100101010110011101010101 | ecb1956755 |
UHC | 챕gU | 11000011101010010110011101010101 | c3a96755 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)