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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謗瑚№ | 111001101000111010001100111010001000011110000010 | e68e8ce88782 |
EUC-JP | 謗瑚№ | 11101011111011101011100011101010100011111010001011110001 | ebeeb8ea8fa2f1 |
UTF-8 | 謗瑚№ | 111010001010110010010111111001111001000110011010111000101000010010010110 | e8ac97e7919ae28496 |
UHC | 謗瑚№ | 110110111011111111111011110100011010001011100000 | dbbffbd1a2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)