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狸単 | 100100100100101110010010010100000110100010010010010010111001001001010000 | 924b925068924b9250 |
EUC-JP | 狸単h狸単 | 110000111010110011000011101100010110100011000011101011001100001110110001 | c3acc3b168c3acc3b1 |
UTF-8 | 狸単h狸単 | 11100111100010111011100011100101100011011001100001101000111001111000101110111000111001011000110110011000 | e78bb8e58d9868e78bb8e58d98 |
UHC | 狸?h狸? | 11010111111000010011111101101000110101111110000100111111 | d7e13f68d7e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)