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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 盞$菁B | 11100001101101011000000110010000111001001100010101000010 | e1b58190e4c542 |
EUC-JP | 盞$菁B | 11100010101101111010000111110000111010001100011101000010 | e2b7a1f0e8c742 |
UTF-8 | 盞$菁B | 11100111100110111001111011101111101111001000010011101000100011111000000101000010 | e79b9eefbc84e88f8142 |
UHC | 盞$菁B | 11101101110100111010001110100100111101001110101001000010 | edd3a3a4f4ea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)