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 | ?輒繩 | 0011111111100111011010111110001110001010 | 3fe76be38a |
EUC-JP | 搒輒繩 | 10001111110000001100101011101101110011001110010111101010 | 8fc0caedcce5ea |
UTF-8 | 搒輒繩 | 111001101001000010010010111010001011110010010010111001111011100110101001 | e69092e8bc92e7b9a9 |
UHC | ?輒繩 | 0011111111110100111001011110001110110001 | 3ff4e5e3b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)