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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 湿遙執h | 111110011111110010001110101111001110101010100001100011101011011101101000 | f9fc8ebceaa18eb768 |
EUC-JP | ?湿遙執h | 0011111110111100101111101111010010100011101111001011100101101000 | 3fbcbef4a3bcb968 |
UTF-8 | 湿遙執h | 11101110100111011001011111100110101110011011111111101001100000011001100111100101100111111011011101101000 | ee9d97e6b9bfe98199e59fb768 |
UHC | ??遙執h | 00111111001111111110100110101011111100101111101101101000 | 3f3fe9abf2fb68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)