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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 頸釈杓B | 11101000111100101000111011011111100011101101101101000010 | e8f28edf8edb42 |
EUC-JP | 頸釈杓B | 11110000111101001011110011100001101111001101110101000010 | f0f4bce1bcdd42 |
UTF-8 | 頸釈杓B | 11101001101000001011100011101001100001111000100011100110100111011001001101000010 | e9a0b8e98788e69d9342 |
UHC | 頸?杓B | 110011001111001000111111111110001111010101000010 | ccf23ff8f542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)