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 | 盂箚^ | 1110000110110001111000101011001001011110 | e1b1e2b25e |
EUC-JP | 盂箚^ | 1110001010110011111001001011010001011110 | e2b3e4b45e |
UTF-8 | 盂箚^ | 11100111100110111000001011100111101011101001101001011110 | e79b82e7ae9a5e |
UHC | 盂箚^ | 1110100111011101111100111011000001011110 | e9ddf3b05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)