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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??壓??壓^ | 001111110011111110011010110110000011111100111111100110101101100001011110 | 3f3f9ad83f3f9ad85e |
EUC-JP | ??壓??壓^ | 001111110011111111010100110110100011111100111111110101001101101001011110 | 3f3fd4da3f3fd4da5e |
UTF-8 | 손샬壓손샬壓^ | 11101100100001101001000011101100100000111010110011100101101000111001001111101100100001101001000011101100100000111010110011100101101000111001001101011110 | ec8690ec83ace5a393ec8690ec83ace5a3935e |
UHC | 손샬壓손샬壓^ | 10111100110101011011110010100011111001001110001010111100110101011011110010100011111001001110001001011110 | bcd5bca3e4e2bcd5bca3e4e25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)