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 | 砒忝砒忸^ | 111000011110010110011100011110101110000111100101100111000111100001011110 | e1e59c7ae1e59c785e |
EUC-JP | 砒忝砒忸^ | 111000101110011111010111110110111110001011100111110101111101100101011110 | e2e7d7dbe2e7d7d95e |
UTF-8 | 砒忝砒忸^ | 11100111101000001001001011100101101111111001110111100111101000001001001011100101101111111011100001011110 | e7a092e5bf9de7a092e5bfb85e |
UHC | 砒?砒?^ | 11011101111101110011111111011101111101110011111101011110 | ddf73fddf73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)