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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???慂? | 001111110011111100111111100111001100100000111111 | 3f3f3f9cc83f |
EUC-JP | ???慂? | 001111110011111100111111110110001100101000111111 | 3f3f3fd8ca3f |
UTF-8 | 殮뽫뿿慂뤹 | 111011111010011010100101111010111011110110101011111010111011111110111111111001101000010110000010111010111010010010111001 | efa6a5ebbdabebbfbfe68582eba4b9 |
UHC | 殮뽫뿿慂뤹 | 11100110111110011001011011100111100101111011111111101001101111011000111111100111 | e6f996e797bfe9bd8fe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)