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 | 100111101011011010011001010001100011111101000010 | 9eb699463f42 |
EUC-JP | 楔僥?B | 110111001011100011010001101001110011111101000010 | dcb8d1a73f42 |
UTF-8 | 楔僥卨B | 11100110101001011001010011100101100000111010010111100101100011011010100001000010 | e6a594e583a5e58da842 |
UHC | 楔僥卨B | 11100000110110111110100011101001111000001101100101000010 | e0dbe8e9e0d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)