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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????轅?? | 0011111100111111001111110011111111100111011101100011111100111111 | 3f3f3f3fe7763f3f |
EUC-JP | ????轅?? | 0011111100111111001111110011111111101101110101110011111100111111 | 3f3f3f3fedd73f3f |
UTF-8 | 렣렎렾렲轅렣렎 | 111010111010000010100011111010111010000010001110111010111010000010111110111010111010000010110010111010001011110110000101111010111010000010100011111010111010000010001110 | eba0a3eba08eeba0beeba0b2e8bd85eba0a3eba08e |
UHC | 렣렎렾렲轅렣렎 | 1000111010110100100011101010010010001110110001101000111010111111111010101011111110001110101101001000111010100100 | 8eb48ea48ec68ebfeabf8eb48ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)