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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?狼 | 001111111001100001010100 | 3f9854 |
EUC-JP | ?狼 | 001111111100111110110101 | 3fcfb5 |
UTF-8 | 져狼 | 111011001010000010111000111001111000101110111100 | eca0b8e78bbc |
UHC | 져狼 | 11000001101011101101010111001001 | c1aed5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)