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 | ??XK | 00111111001111110101100001001011 | 3f3f584b |
SJIS-WIN | ?豎XK | 0011111111100110101100010101100001001011 | 3fe6b1584b |
EUC-JP | 嶴豎XK | 10001111101110111111001111101100101100110101100001001011 | 8fbbf3ecb3584b |
UTF-8 | 嶴豎XK | 1110010110110110101101001110100010110001100011100101100001001011 | e5b6b4e8b18e584b |
UHC | ??XK | 00111111001111110101100001001011 | 3f3f584b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)