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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 聆蒡F | 11100011110101111111011010111010111001001110111001000110 | e3d7f6bae4ee46 |
EUC-JP | 聆?蒡F | 111001101101100100111111111010001111000001000110 | e6d93fe8f046 |
UTF-8 | 聆蒡F | 11101000100000011000011011101110100100111010000111101000100100101010000101000110 | e88186ee93a1e892a146 |
UHC | 聆?蒡F | 110101101100000000111111110110111011110001000110 | d6c03fdbbc46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)