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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 短孫短孫^ | 100100100101101010010001101101111001001001011010100100011011011101011110 | 925a91b7925a91b75e |
EUC-JP | 短孫短孫^ | 110000111011101111000010101110011100001110111011110000101011100101011110 | c3bbc2b9c3bbc2b95e |
UTF-8 | 短孫短孫^ | 11100111100111111010110111100101101011011010101111100111100111111010110111100101101011011010101101011110 | e79fade5adabe79fade5adab5e |
UHC | 短孫短孫^ | 110100111010110111100001110111011101001110101101111000011101110101011110 | d3ade1ddd3ade1dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)