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 | 窩稠 | 11100010011111001110001001100110 | e27ce266 |
EUC-JP | 窩稠 | 11100011110111011110001111000111 | e3dde3c7 |
UTF-8 | 窩稠 | 111001111010101010101001111001111010100010100000 | e7aaa9e7a8a0 |
UHC | 窩稠 | 11101000110000001111000011010110 | e8c0f0d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)