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 | 蛟鑓精 | 111001011000000010010110111110001001000010111000 | e58096f890b8 |
EUC-JP | 蛟鑓精 | 111010011110000011001100111110101100000010111010 | e9e0ccfac0ba |
UTF-8 | 蛟鑓精 | 111010001001101110011111111010011001000110010011111001111011001010111110 | e89b9fe99193e7b2be |
UHC | 蛟?精 | 1100111011110001001111111110111111110001 | cef13feff1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)