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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬩肴懇裘 | 1110100110101001100011011110011010001101101001111110010111100010 | e9a98de68da7e5e2 |
EUC-JP | 鬩肴懇裘 | 1111001010101011101110101110100010111010101010011110101011100100 | f2abbae8baa9eae4 |
UTF-8 | 鬩肴懇裘 | 111010011010110010101001111010001000001010110100111001101000011110000111111010001010001110011000 | e9aca9e882b4e68787e8a398 |
UHC | ?肴懇? | 001111111111110110100010110010101101000000111111 | 3ffda2cad03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)