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 | ÍÖO}B | 1100110111010110010011110111110101000010 | cdd64f7d42 |
SJIS-WIN | ??O}B | 0011111100111111010011110111110101000010 | 3f3f4f7d42 |
EUC-JP | ÍÖO}B | 100011111010101010111111100011111010101011010011010011110111110101000010 | 8faabf8faad34f7d42 |
UTF-8 | ÍÖO}B | 11000011100011011100001110010110010011110111110101000010 | c38dc3964f7d42 |
UHC | ??O}B | 0011111100111111010011110111110101000010 | 3f3f4f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)