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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 湲?第? | 100111111101000100111111100100011110011000111111 | 9fd13f91e63f |
EUC-JP | 湲?第? | 110111101101001100111111110000101110100000111111 | ded33fc2e83f |
UTF-8 | 湲렣第렣 | 111001101011100110110010111010111010000010100011111001111010110010101100111010111010000010100011 | e6b9b2eba0a3e7acaceba0a3 |
UHC | 湲렣第렣 | 1110101010111000100011101011010011110000101011111000111010110100 | eab88eb4f0af8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)