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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鬩肴懇 | 111010011010100110001101111001101000110110100111 | e9a98de68da7 |
EUC-JP | 鬩肴懇 | 111100101010101110111010111010001011101010101001 | f2abbae8baa9 |
UTF-8 | 鬩肴懇 | 111010011010110010101001111010001000001010110100111001101000011110000111 | e9aca9e882b4e68787 |
UHC | ?肴懇 | 0011111111111101101000101100101011010000 | 3ffda2cad0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)