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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 煮汐蕣 | 100011101100111110001110101011001110010011111010 | 8ecf8eace4fa |
EUC-JP | 煮汐蕣 | 101111001101000110111100101011101110100011111100 | bcd1bcaee8fc |
UTF-8 | 煮汐蕣 | 111001111000010110101110111001101011000110010000111010001001010110100011 | e785aee6b190e895a3 |
UHC | 煮汐蕣 | 111011011011010011100000101100011110001011110010 | edb4e0b1e2f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)