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 | 照籟照籐^ | 100011111100011011100010110110111000111111000110111000101101100101011110 | 8fc6e2db8fc6e2d95e |
EUC-JP | 照籟照籐^ | 101111101100100011100100110111011011111011001000111001001101101101011110 | bec8e4ddbec8e4db5e |
UTF-8 | 照籟照籐^ | 11100111100001011010011111100111101100011001111111100111100001011010011111100111101100011001000001011110 | e785a7e7b19fe785a7e7b1905e |
UHC | 照?照?^ | 11110000110011100011111111110000110011100011111101011110 | f0ce3ff0ce3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)