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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 咤哺h咤哺 | 100110100100001010011010010011010110100010011010010000101001101001001101 | 9a429a4d689a429a4d |
EUC-JP | 咤哺h咤哺 | 110100111010001111010011101011100110100011010011101000111101001110101110 | d3a3d3ae68d3a3d3ae |
UTF-8 | 咤哺h咤哺 | 11100101100100101010010011100101100100111011101001101000111001011001001010100100111001011001001110111010 | e592a4e593ba68e592a4e593ba |
UHC | 咤哺h咤哺 | 111101101110001111111000110101000110100011110110111000111111100011010100 | f6e3f8d468f6e3f8d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)