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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 熬熬^ | 1110000010010010111000001001001001011110 | e092e0925e |
EUC-JP | 熬熬^ | 1101111111110010110111111111001001011110 | dff2dff25e |
UTF-8 | 熬熬^ | 11100111100001101010110011100111100001101010110001011110 | e786ace786ac5e |
UHC | 熬熬^ | 1110100010100010111010001010001001011110 | e8a2e8a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)