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 | ??^k | 00111111001111110101111001101011 | 3f3f5e6b |
SJIS-WIN | 跌?^k | 1110011011101001001111110101111001101011 | e6e93f5e6b |
EUC-JP | 跌?^k | 1110110011101011001111110101111001101011 | eceb3f5e6b |
UTF-8 | 跌성^k | 1110100010110111100011001110110010000100101100010101111001101011 | e8b78cec84b15e6b |
UHC | 跌성^k | 111100101111011010111100101110100101111001101011 | f2f6bcba5e6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)