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 | 霓懷慢 | 111010001011110110011100111001011001011010011101 | e8bd9ce5969d |
EUC-JP | 霓懷慢 | 111100001011111111011000111001111100101111111101 | f0bfd8e7cbfd |
UTF-8 | 霓懷慢 | 111010011001110010010011111001101000011110110111111001101000010110100010 | e99c93e687b7e685a2 |
UHC | 霓懷慢 | 111001111110011111111100111000111101100010110111 | e7e7fce3d8b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)