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 | 11100110110110011001010111111001111000001101010101000010 | e6d995f9e0d542 |
EUC-JP | 贓捧獨B | 11101100110110111100101011111011111000001101011101000010 | ecdbcafbe0d742 |
UTF-8 | 贓捧獨B | 11101000101101001001001111100110100011011010011111100111100011011010100001000010 | e8b493e68da7e78da842 |
UHC | 贓捧獨B | 11101101111111001101110011101001110101001011110001000010 | edfcdce9d4bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)