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