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 | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 縡?梯?G | 11100011011100010011111110010010111100100011111101000111 | e3713f92f23f47 |
EUC-JP | 縡?梯?G | 11100101110100100011111111000100111101000011111101000111 | e5d23fc4f43f47 |
UTF-8 | 縡렕梯렟G | 11100111101110001010000111101011101000001001010111100110101000101010111111101011101000001001111101000111 | e7b8a1eba095e6a2afeba09f47 |
UHC | 縡렕梯렟G | 111011101010110110001110101010101111000010101100100011101011000001000111 | eead8eaaf0ac8eb047 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)