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 | 湲?諸≒ | 10011111110100010011111110001111100101001000000111100000 | 9fd13f8f9481e0 |
EUC-JP | 湲?諸≒ | 11011110110100110011111110111101111101001010001011100010 | ded33fbdf4a2e2 |
UTF-8 | 湲렣諸≒ | 111001101011100110110010111010111010000010100011111010001010101110111000111000101000100110010010 | e6b9b2eba0a3e8abb8e28992 |
UHC | 湲렣諸≒ | 1110101010111000100011101011010011110000101100111010000111010110 | eab88eb4f0b3a1d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)