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 | 踴喇踴 | 111001101111101110011010011010001110011011111011 | e6fb9a68e6fb |
EUC-JP | 踴喇踴 | 111011001111110111010011110010011110110011111101 | ecfdd3c9ecfd |
UTF-8 | 踴喇踴 | 111010001011100010110100111001011001011010000111111010001011100010110100 | e8b8b4e59687e8b8b4 |
UHC | ?喇? | 00111111110101001111101000111111 | 3fd4fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)