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 | 肢?事 | 1000111010001000001111111000111010010110 | 8e883f8e96 |
EUC-JP | 肢?事 | 1011101111101000001111111011101111110110 | bbe83fbbf6 |
UTF-8 | 肢쾨事 | 111010001000001010100010111011001011111010101000111001001011101010001011 | e882a2ecbea8e4ba8b |
UHC | 肢쾨事 | 111100101011011011000100111010101101111011000000 | f2b6c4eadec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)