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 | 11101000111101011000101011100101100111101000101101000110 | e8f58ae59e8b46 |
EUC-JP | 頷雁梛F | 11110000111101111011010011100111110110111110101101000110 | f0f7b4e7dbeb46 |
UTF-8 | 頷雁梛F | 11101001101000001011011111101001100110111000000111100110101000101001101101000110 | e9a0b7e99b81e6a29b46 |
UHC | ?雁?F | 0011111111100100110100100011111101000110 | 3fe4d23f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)