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 | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
SJIS-WIN | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
EUC-JP | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
UTF-8 | 쒔렍a쒔렍 | 11101100100100101001010011101011101000001000110101100001111011001001001010010100111010111010000010001101 | ec9294eba08d61ec9294eba08d |
UHC | 쒔렍a쒔렍 | 101111101010110110001110101000110110000110111110101011011000111010100011 | bead8ea361bead8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)