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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 襭苦Κ | 111001100100001010001011111010101000001110101000 | e6428bea83a8 |
EUC-JP | 襭苦Κ | 111010111010001110110110111011001010011010101010 | eba3b6eca6aa |
UTF-8 | 襭苦Κ | 1110100010100101101011011110100010001011101001101100111010011010 | e8a5ade88ba6ce9a |
UHC | ?苦Κ | 0011111111001101110010001010010111001010 | 3fcdc8a5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)