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 | 莢蛇車 | 111001001011000010001110110101101000111011010100 | e4b08ed68ed4 |
EUC-JP | 莢蛇車 | 111010001011001010111100110110001011110011010110 | e8b2bcd8bcd6 |
UTF-8 | 莢蛇車 | 111010001000111010100010111010001001101110000111111010001011101110001010 | e88ea2e89b87e8bb8a |
UHC | 莢蛇車 | 111110101111100011011110111011111111001110110011 | faf8deeff3b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)