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 | 001111110100000001101011 | 3f406b |
SJIS-WIN | ?@k | 001111110100000001101011 | 3f406b |
EUC-JP | ?@k | 001111110100000001101011 | 3f406b |
UTF-8 | Ὶ@k | 1110000110111111100110100100000001101011 | e1bf9a406b |
UHC | ?@k | 001111110100000001101011 | 3f406b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)