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 | 淳?神 | 1000111101111110001111111001000001011111 | 8f7e3f905f |
EUC-JP | 淳?神 | 1011110111011111001111111011111111000000 | bddf3fbfc0 |
UTF-8 | 淳렰神 | 111001101011011110110011111010111010000010110000111001111010010110011110 | e6b7b3eba0b0e7a59e |
UHC | 淳렰神 | 111000101110100010001110101111011110001111101010 | e2e88ebde3ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)