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 | 游社? | 1001111111100000100011101101000000111111 | 9fe08ed03f |
EUC-JP | 游社? | 1101111011100010101111001101001000111111 | dee2bcd23f |
UTF-8 | 游社헨 | 111001101011100010111000111001111010010010111110111011011001011110101000 | e6b8b8e7a4beed97a8 |
UHC | 游社헨 | 111010101111110111011110111001001100011111101110 | eafddee4c7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)