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 | ??Ш | 00111111001111111000010001011001 | 3f3f8459 |
EUC-JP | 饔?Ш | 100011111110100011101111001111111010011110111010 | 8fe8ef3fa7ba |
UTF-8 | 饔€Ш | 1110100110100101100101001110001010000010101011001101000010101000 | e9a594e282acd0a8 |
UHC | 饔€Ш | 111010001011110110100010111001101010110010111010 | e8bda2e6acba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)