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 | 陦削ч | 111010001010000110001101111011011000010010001001 | e8a18ded8489 |
EUC-JP | 陦削ч | 111100001010001110111010111011111010011111101001 | f0a3baefa7e9 |
UTF-8 | 陦削ч | 1110100110011001101001101110010110001001100010101101000110000111 | e999a6e5898ad187 |
UHC | ?削ч | 0011111111011110111110111010110011101001 | 3fdefbace9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)