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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 簑蜚簑蜚^ | 111000101100000011100101100101001110001011000000111001011001010001011110 | e2c0e594e2c0e5945e |
EUC-JP | 簑蜚簑蜚^ | 111001001100001011101001111101001110010011000010111010011111010001011110 | e4c2e9f4e4c2e9f45e |
UTF-8 | 簑蜚簑蜚^ | 11100111101100001001000111101000100111001001101011100111101100001001000111101000100111001001101001011110 | e7b091e89c9ae7b091e89c9a5e |
UHC | ?蜚?蜚^ | 00111111110111101010010000111111110111101010010001011110 | 3fdea43fdea45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)