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 | 杓示莵 | 100011101101101110001110101001101110010010110111 | 8edb8ea6e4b7 |
EUC-JP | 杓示莵 | 101111001101110110111100101010001110100010111001 | bcddbca8e8b9 |
UTF-8 | 杓示莵 | 111001101001110110010011111001111010010010111010111010001000111010110101 | e69d93e7a4bae88eb5 |
UHC | 杓示? | 1111100011110101111000111100011000111111 | f8f5e3c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)