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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ?渟?G | 0011111110011111110110010011111101000111 | 3f9fd93f47 |
EUC-JP | ?渟?G | 0011111111011110110110110011111101000111 | 3fdedb3f47 |
UTF-8 | 뤺渟ㆍG | 11101011101001001011101011100110101110001001111111100011100001101000110101000111 | eba4bae6b89fe3868d47 |
UHC | 뤺渟ㆍG | 10001111111010001110111111100101101001001111110101000111 | 8fe8efe5a4fd47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)