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 | 湲?第?知? | 100111111101000100111111100100011110011000111111100100100110110100111111 | 9fd13f91e63f926d3f |
EUC-JP | 湲?第?知? | 110111101101001100111111110000101110100000111111110000111100111000111111 | ded33fc2e83fc3ce3f |
UTF-8 | 湲렣第렣知렠 | 111001101011100110110010111010111010000010100011111001111010110010101100111010111010000010100011111001111001111110100101111010111010000010100000 | e6b9b2eba0a3e7acaceba0a3e79fa5eba0a0 |
UHC | 湲렣第렣知렠 | 111010101011100010001110101101001111000010101111100011101011010011110010101100011000111010110001 | eab88eb4f0af8eb4f2b18eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)