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 | «©bc^ | 100011111010101110101001011000100110001101011110 | 8faba962635e |
SJIS-WIN | ???bc^ | 001111110011111100111111011000100110001101011110 | 3f3f3f62635e |
EUC-JP | ??©bc^ | 0011111100111111100011111010001011101101011000100110001101011110 | 3f3f8fa2ed62635e |
UTF-8 | «©bc^ | 110000101000111111000010101010111100001010101001011000100110001101011110 | c28fc2abc2a962635e |
UHC | ???bc^ | 001111110011111100111111011000100110001101011110 | 3f3f3f62635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)