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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 映??辱 | 100010010110011000111111001111111001000001001010 | 89663f3f904a |
EUC-JP | 映??辱 | 101100011100011100111111001111111011111110101011 | b1c73f3fbfab |
UTF-8 | 映듣덱辱 | 111001101001100010100000111010111001001110100011111010111000110110110001111010001011111010110001 | e698a0eb93a3eb8db1e8beb1 |
UHC | 映듣덱辱 | 1110011110110001101101011110100010110101101001101110100110110100 | e7b1b5e8b5a6e9b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)