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 | 咤哺涌咤 | 1001101001000010100110100100110110010111010011111001101001000010 | 9a429a4d974f9a42 |
EUC-JP | 咤哺涌咤 | 1101001110100011110100111010111011001101101100001101001110100011 | d3a3d3aecdb0d3a3 |
UTF-8 | 咤哺涌咤 | 111001011001001010100100111001011001001110111010111001101011011010001100111001011001001010100100 | e592a4e593bae6b68ce592a4 |
UHC | 咤哺涌咤 | 1111011011100011111110001101010011101001101111111111011011100011 | f6e3f8d4e9bff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)