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 | 0011111101001011 | 3f4b |
SJIS-WIN | 鬧K | 111010011010011101001011 | e9a74b |
EUC-JP | 鬧K | 111100101010100101001011 | f2a94b |
UTF-8 | 鬧K | 11101001101011001010011101001011 | e9aca74b |
UHC | 鬧K | 110101111010001001001011 | d7a24b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)