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 | ???~~ | 0011111100111111001111110111111001111110 | 3f3f3f7e7e |
SJIS-WIN | ツ妥セ~~ | 110000101001000111000011101111100111111001111110 | c291c3be7e7e |
EUC-JP | ツ妥セ~~ | 1000111011000010110000101100010110001110101111100111111001111110 | 8ec2c2c58ebe7e7e |
UTF-8 | ツ妥セ~~ | 1110111110111110100000101110010110100110101001011110111110111101101111100111111001111110 | efbe82e5a6a5efbdbe7e7e |
UHC | ?妥?~~ | 001111111111011011100110001111110111111001111110 | 3ff6e63f7e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)