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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 髯橄」壱湊B | 11101001100110011001111011101011101000111000100011101011100101101010100101000010 | e9999eeba388eb96a942 |
EUC-JP | 髯橄」壱湊B | 1111000111111001110111001110110110001110101000111011000011101101110011001010101101000010 | f1f9dced8ea3b0edccab42 |
UTF-8 | 髯橄」壱湊B | 11101001101010111010111111100110101010011000010011101111101111011010001111100101101000111011000111100110101110011000101001000010 | e9abafe6a984efbda3e5a3b1e6b98a42 |
UHC | ?橄??湊B | 0011111111001010111101000011111100111111111100011011111001000010 | 3fcaf43f3ff1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)