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 | 中?攻 | 1001001010000110001111111000110101010101 | 92863f8d55 |
EUC-JP | 中?攻 | 1100001111100110001111111011100110110110 | c3e63fb9b6 |
UTF-8 | 中꿴攻 | 111001001011100010101101111010101011111110110100111001101001010010111011 | e4b8adeabfb4e694bb |
UHC | 中꿴攻 | 111100011110100110110010111010011100110111110100 | f1e9b2e9cdf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)