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 | 鎬賢凌 | 111010000100110110001100101010111001011110111101 | e84d8cab97bd |
EUC-JP | 鎬賢凌 | 111011111010111010111000101011011100111010111111 | efaeb8adcebf |
UTF-8 | 鎬賢凌 | 111010011000111010101100111010001011001110100010111001011000011110001100 | e98eace8b3a2e5878c |
UHC | 鎬賢凌 | 111110111110000011111010111001111101011111010000 | fbe0fae7d7d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)