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 | 莢荼莵 | 111001001011000011100100101101101110010010110111 | e4b0e4b6e4b7 |
EUC-JP | 莢荼莵 | 111010001011001011101000101110001110100010111001 | e8b2e8b8e8b9 |
UTF-8 | 莢荼莵 | 111010001000111010100010111010001000110110111100111010001000111010110101 | e88ea2e88dbce88eb5 |
UHC | 莢?? | 11111010111110000011111100111111 | faf83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)