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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 琺疵 | 11100000111010011110000101110010 | e0e9e172 |
EUC-JP | 琺疵 | 11100000111010111110000111010011 | e0ebe1d3 |
UTF-8 | 琺疵 | 111001111001000010111010111001111001011010110101 | e790bae796b5 |
UHC | 琺疵 | 11011011111101111110110110110111 | dbf7edb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)