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 | 杖?箏?^ | 10001111111100010011111111100010101101010011111101011110 | 8ff13fe2b53f5e |
EUC-JP | 杖?箏?^ | 10111110111100110011111111100100101101110011111101011110 | bef33fe4b73f5e |
UTF-8 | 杖렲箏렡^ | 11100110100111011001011011101011101000001011001011100111101011101000111111101011101000001010000101011110 | e69d96eba0b2e7ae8feba0a15e |
UHC | 杖렲箏렡^ | 111011011110100010001110101111111110111010110100100011101011001001011110 | ede88ebfeeb48eb25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)