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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???沆х | 00111111001111110011111111111010111101111000010010000111 | 3f3f3ffaf78487 |
EUC-JP | 饔??沆х | 10001111111010001110111100111111001111111000111111000110111010101010011111100111 | 8fe8ef3f3f8fc6eaa7e7 |
UTF-8 | 饔앸슢沆х | 1110100110100101100101001110110010010101101110001110110010001010101000101110011010110010100001101101000110000101 | e9a594ec95b8ec8aa2e6b286d185 |
UHC | 饔앸슢沆х | 11101000101111011001110111101011100110101010111011111001111110101010110011100111 | e8bd9deb9aaef9faace7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)