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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 咤哺h咤 | 10011010010000101001101001001101011010001001101001000010 | 9a429a4d689a42 |
EUC-JP | 咤哺h咤 | 11010011101000111101001110101110011010001101001110100011 | d3a3d3ae68d3a3 |
UTF-8 | 咤哺h咤 | 11100101100100101010010011100101100100111011101001101000111001011001001010100100 | e592a4e593ba68e592a4 |
UHC | 咤哺h咤 | 11110110111000111111100011010100011010001111011011100011 | f6e3f8d468f6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)