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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蘚楔? | 1110010101100100100111101011011000111111 | e5649eb63f |
EUC-JP | 蘚楔饍 | 11101001110001011101110010111000100011111110100011101101 | e9c5dcb88fe8ed |
UTF-8 | 蘚楔饍 | 111010001001100010011010111001101010010110010100111010011010010110001101 | e8989ae6a594e9a58d |
UHC | 蘚楔饍 | 111000001101000011100000110110111110000011010111 | e0d0e0dbe0d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)