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 | ???^}B | 001111110011111100111111010111100111110101000010 | 3f3f3f5e7d42 |
SJIS-WIN | テ督ケ^}B | 11000011100100111100001010111001010111100111110101000010 | c393c2b95e7d42 |
EUC-JP | テ督ケ^}B | 100011101100001111000110110001001000111010111001010111100111110101000010 | 8ec3c6c48eb95e7d42 |
UTF-8 | テ督ケ^}B | 111011111011111010000011111001111001110110100011111011111011110110111001010111100111110101000010 | efbe83e79da3efbdb95e7d42 |
UHC | ?督?^}B | 00111111110101001011110100111111010111100111110101000010 | 3fd4bd3f5e7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)