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 | 陷大万 | 111010001001110010010001111001011001011010011100 | e89c91e5969c |
EUC-JP | 陷大万 | 111011111111110011000010111001111100101111111100 | effcc2e7cbfc |
UTF-8 | 陷大万 | 111010011001100110110111111001011010010010100111111001001011100010000111 | e999b7e5a4a7e4b887 |
UHC | 陷大万 | 111110011110100011010011110111101101100010110010 | f9e8d3ded8b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)