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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 池?@h | 1001001001110010001111110100000001101000 | 92723f4068 |
EUC-JP | 池?@h | 1100001111010011001111110100000001101000 | c3d33f4068 |
UTF-8 | 池렮@h | 1110011010110001101000001110101110100000101011100100000001101000 | e6b1a0eba0ae4068 |
UHC | 池렮@h | 111100101010111010001110101110110100000001101000 | f2ae8ebb4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)