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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 咤哺咤哺B | 100110100100001010011010010011011001101001000010100110100100110101000010 | 9a429a4d9a429a4d42 |
EUC-JP | 咤哺咤哺B | 110100111010001111010011101011101101001110100011110100111010111001000010 | d3a3d3aed3a3d3ae42 |
UTF-8 | 咤哺咤哺B | 11100101100100101010010011100101100100111011101011100101100100101010010011100101100100111011101001000010 | e592a4e593bae592a4e593ba42 |
UHC | 咤哺咤哺B | 111101101110001111111000110101001111011011100011111110001101010001000010 | f6e3f8d4f6e3f8d442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)