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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 碌訐溂^ | 11100001111011111110011001011111100111111110000101011110 | e1efe65f9fe15e |
EUC-JP | 碌訐溂^ | 11100010111100011110101111000000110111101110001101011110 | e2f1ebc0dee35e |
UTF-8 | 碌訐溂^ | 11100111101000101000110011101000101010001001000011100110101110101000001001011110 | e7a28ce8a890e6ba825e |
UHC | 碌??^ | 1101011011011110001111110011111101011110 | d6de3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)