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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 映??辱ュ? | 100010010110011000111111001111111001000001001010100000111000010100111111 | 89663f3f904a83853f |
EUC-JP | 映??辱ュ? | 101100011100011100111111001111111011111110101011101001011110010100111111 | b1c73f3fbfaba5e53f |
UTF-8 | 映듣덱辱ュ졃 | 111001101001100010100000111010111001001110100011111010111000110110110001111010001011111010110001111000111000001110100101111011001010000110000011 | e698a0eb93a3eb8db1e8beb1e383a5eca183 |
UHC | 映듣덱辱ュ졃 | 111001111011000110110101111010001011010110100110111010011011010010101011111001011010000010110100 | e7b1b5e8b5a6e9b4abe5a0b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)