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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 湲?第?源? | 100111111101000100111111100100011110011000111111100011001011100100111111 | 9fd13f91e63f8cb93f |
EUC-JP | 湲?第?源? | 110111101101001100111111110000101110100000111111101110001011101100111111 | ded33fc2e83fb8bb3f |
UTF-8 | 湲렣第렰源잰 | 111001101011100110110010111010111010000010100011111001111010110010101100111010111010000010110000111001101011101010010000111011001001111010110000 | e6b9b2eba0a3e7acaceba0b0e6ba90ec9eb0 |
UHC | 湲렣第렰源잰 | 111010101011100010001110101101001111000010101111100011101011110111101010101110011100000011101001 | eab88eb4f0af8ebdeab9c0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)