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 | ????GB | 001111110011111100111111001111110100011101000010 | 3f3f3f3f4742 |
SJIS-WIN | 筌???GB | 11100010101000110011111100111111001111110100011101000010 | e2a33f3f3f4742 |
EUC-JP | 筌???GB | 11100100101001010011111100111111001111110100011101000010 | e4a53f3f3f4742 |
UTF-8 | 筌두쇈럻GB | 1110011110101101100011001110101110010001100100001110110010000111100010001110101110011111101110110100011101000010 | e7ad8ceb9190ec8788eb9fbb4742 |
UHC | 筌두쇈럻GB | 11101111101001111011010111001110101111001110001110001110100110100100011101000010 | efa7b5cebce38e9a4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)