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 | 00111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f4742 |
SJIS-WIN | ?????GB | 00111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f4742 |
EUC-JP | ?????GB | 00111111001111110011111100111111001111110100011101000010 | 3f3f3f3f3f4742 |
UTF-8 | 렻ㅔ씽ㅔ렗GB | 1110101110100000101110111110001110000101100101001110110010010100101111011110001110000101100101001110101110100000100101110100011101000010 | eba0bbe38594ec94bde38594eba0974742 |
UHC | 렻ㅔ씽ㅔ렗GB | 100011101100001110100100110001001011111011000101101001001100010010001110101011000100011101000010 | 8ec3a4c4bec5a4c48eac4742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)