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 | 100111101011011010011001010001100011111101000110 | 9eb699463f46 |
EUC-JP | 楔僥?F | 110111001011100011010001101001110011111101000110 | dcb8d1a73f46 |
UTF-8 | 楔僥卨F | 11100110101001011001010011100101100000111010010111100101100011011010100001000110 | e6a594e583a5e58da846 |
UHC | 楔僥卨F | 11100000110110111110100011101001111000001101100101000110 | e0dbe8e9e0d946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)