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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬘区懇陷 | 1110100110100001100010111110011010001101101001111110100010011100 | e9a18be68da7e89c |
EUC-JP | 鬘区懇陷 | 1111001010100011101101101110100010111010101010011110111111111100 | f2a3b6e8baa9effc |
UTF-8 | 鬘区懇陷 | 111010011010110010011000111001011000110010111010111001101000011110000111111010011001100110110111 | e9ac98e58cbae68787e999b7 |
UHC | ??懇陷 | 001111110011111111001010110100001111100111101000 | 3f3fcad0f9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)