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 | 鋺ゥ陷 | 1110011111111010101010011110100010011100 | e7faa9e89c |
EUC-JP | 鋺ゥ陷 | 111011101111110010001110101010011110111111111100 | eefc8ea9effc |
UTF-8 | 鋺ゥ陷 | 111010011000101110111010111011111011110110101001111010011001100110110111 | e98bbaefbda9e999b7 |
UHC | ??陷 | 00111111001111111111100111101000 | 3f3ff9e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)