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 | 舌渧辷 | 100100001110001111111011010010001110011110001000 | 90e3fb48e788 |
EUC-JP | 舌渧辷 | 11000000111001011000111111000111111010111110110111101000 | c0e58fc7ebede8 |
UTF-8 | 舌渧辷 | 111010001000100010001100111001101011100010100111111010001011111010110111 | e8888ce6b8a7e8beb7 |
UHC | 舌?? | 11100000110111110011111100111111 | e0df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)