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 | 蠇蒻蠇蒿^ | 111110111010000111100100111010001111101110100001111001001110010001011110 | fba1e4e8fba1e4e45e |
EUC-JP | ?蒻?蒿^ | 00111111111010001110101000111111111010001110011001011110 | 3fe8ea3fe8e65e |
UTF-8 | 蠇蒻蠇蒿^ | 11101000101000001000011111101000100100101011101111101000101000001000011111101000100100101011111101011110 | e8a087e892bbe8a087e892bf5e |
UHC | ?蒻?蒿^ | 00111111111001011011011000111111111110111101101001011110 | 3fe5b63ffbda5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)