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 | 但辰村孫^ | 100100100100000110010010010000111001000110111010100100011011011101011110 | 9241924391ba91b75e |
EUC-JP | 但辰村孫^ | 110000111010001011000011101001001100001010111100110000101011100101011110 | c3a2c3a4c2bcc2b95e |
UTF-8 | 但辰村孫^ | 11100100101111011000011011101000101111101011000011100110100111011001000111100101101011011010101101011110 | e4bd86e8beb0e69d91e5adab5e |
UHC | 但辰村孫^ | 110100111010001111110010111000111111010110111101111000011101110101011110 | d3a3f2e3f5bde1dd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)