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 | 曺阿 | 11111010110111101000100010100010 | fade88a2 |
EUC-JP | 曺阿 | 1000111111000010111011011011000010100100 | 8fc2edb0a4 |
UTF-8 | 曺阿 | 111001101001101110111010111010011001100010111111 | e69bbae998bf |
UHC | 曺阿 | 11110000110001101110010010111001 | f0c6e4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)