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 | ?碩艾 | 0011111110010000110101111110010010001000 | 3f90d7e488 |
EUC-JP | 璹碩艾 | 10001111110011001110011111000000110110011110011111101000 | 8fcce7c0d9e7e8 |
UTF-8 | 璹碩艾 | 111001111001001010111001111001111010001010101001111010001000100110111110 | e792b9e7a2a9e889be |
UHC | 璹碩艾 | 111000101101101111100000101101011110010011110101 | e2dbe0b5e4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)