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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 蠑皮煤^ | 11100101101111001001010011100111100101001000000101011110 | e5bc94e794815e |
EUC-JP | 蠑皮煤^ | 11101010101111101100100011101001110001111110000101011110 | eabec8e9c7e15e |
UTF-8 | 蠑皮煤^ | 11101000101000001001000111100111100110101010111011100111100001011010010001011110 | e8a091e79aaee785a45e |
UHC | ?皮煤^ | 001111111111100110101011110110001110000001011110 | 3ff9abd8e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)