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 | 瓔? | 111000001111101100111111 | e0fb3f |
EUC-JP | 瓔? | 111000001111110100111111 | e0fd3f |
UTF-8 | 瓔쒙 | 111001111001001110010100111011001001001010011001 | e79394ec9299 |
UHC | 瓔쒙 | 11100111110000101001110011101111 | e7c29cef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)