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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 盞箏爍\ | 11100001101101011110001010110101111000001010000101011100 | e1b5e2b5e0a15c |
EUC-JP | 盞箏爍\ | 11100010101101111110010010110111111000001010001101011100 | e2b7e4b7e0a35c |
UTF-8 | 盞箏爍\ | 11100111100110111001111011100111101011101000111111100111100010001000110101011100 | e79b9ee7ae8fe7888d5c |
UHC | 盞箏?\ | 111011011101001111101110101101000011111101011100 | edd3eeb43f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)