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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 畴軛滸溏 | 1110000101100110111001110110001010011111111101011001111111101101 | e166e7629ff59fed |
EUC-JP | 畴軛滸溏 | 1110000111000111111011011100001111011110111101111101111011101111 | e1c7edc3def7deef |
UTF-8 | 畴軛滸溏 | 111001111001010110110100111010001011101110011011111001101011101110111000111001101011101010001111 | e795b4e8bb9be6bbb8e6ba8f |
UHC | ??滸? | 0011111100111111111110111100101000111111 | 3f3ffbca3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)