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 | ??????RG | 0011111100111111001111110011111100111111001111110101001001000111 | 3f3f3f3f3f3f5247 |
SJIS-WIN | 展?????RG | 100100110101011100111111001111110011111100111111001111110101001001000111 | 93573f3f3f3f3f5247 |
EUC-JP | 展?????RG | 110001011011100000111111001111110011111100111111001111110101001001000111 | c5b83f3f3f3f3f5247 |
UTF-8 | 展뀜렰꿱렣렕RG | 1110010110110001100101011110101110000000100111001110101110100000101100001110101010111111101100011110101110100000101000111110101110100000100101010101001001000111 | e5b195eb809ceba0b0eabfb1eba0a3eba0955247 |
UHC | 展뀜렰꿱렣렕RG | 1110111011110111101100101111000110001110101111011011001011101000100011101011010010001110101010100101001001000111 | eef7b2f18ebdb2e88eb48eaa5247 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)