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 | 瀋蠅 | 11100000011000111110010110100010 | e063e5a2 |
EUC-JP | 瀋蠅 | 11011111110001001110101010100100 | dfc4eaa4 |
UTF-8 | 瀋蠅 | 111001111000000010001011111010001010000010000101 | e7808be8a085 |
UHC | 瀋蠅 | 11100100101000111110001110110010 | e4a3e3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)