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 | 韆式 | 11101000111001101000111010101110 | e8e68eae |
EUC-JP | 韆式 | 11110000111010001011110010110000 | f0e8bcb0 |
UTF-8 | 韆式 | 111010011001111110000110111001011011110010001111 | e99f86e5bc8f |
UHC | 韆式 | 11110100110001111110001111010010 | f4c7e3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)