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 | 贍糯犇 | 111001101101011011100010111101111110000010110100 | e6d6e2f7e0b4 |
EUC-JP | 贍糯犇 | 111011001101100011100100111110011110000010110110 | ecd8e4f9e0b6 |
UTF-8 | 贍糯犇 | 111010001011010010001101111001111011001110101111111001111000101010000111 | e8b48de7b3afe78a87 |
UHC | 贍?? | 11100000111010110011111100111111 | e0eb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)