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 | 蘚? | 111001010110010000111111 | e5643f |
EUC-JP | 蘚? | 111010011100010100111111 | e9c53f |
UTF-8 | 蘚┙ | 111010001001100010011010111000101001010010011001 | e8989ae29499 |
UHC | 蘚┙ | 11100000110100001010011011000100 | e0d0a6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)