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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 勢殉 | 10010000101010001000111101111101 | 90a88f7d |
EUC-JP | 勢殉 | 11000000101010101011110111011110 | c0aabdde |
UTF-8 | 勢殉 | 111001011000101110100010111001101010111010001001 | e58ba2e6ae89 |
UHC | 勢殉 | 11100001101001111110001011100110 | e1a7e2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)