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\ | 001111110100101101011100 | 3f4b5c |
SJIS-WIN | 鯀K\ | 11101001101111110100101101011100 | e9bf4b5c |
EUC-JP | 鯀K\ | 11110010110000010100101101011100 | f2c14b5c |
UTF-8 | 鯀K\ | 1110100110101111100000000100101101011100 | e9af804b5c |
UHC | ?K\ | 001111110100101101011100 | 3f4b5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)