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 | 鈺嫉晶 | 111110111100010010001110101110011000111110111011 | fbc48eb98fbb |
EUC-JP | 鈺嫉晶 | 10001111111000111101010110111100101110111011111010111101 | 8fe3d5bcbbbebd |
UTF-8 | 鈺嫉晶 | 111010011000100010111010111001011010101110001001111001101001100110110110 | e988bae5ab89e699b6 |
UHC | 鈺嫉晶 | 111010001010110111110010111011001110111111011100 | e8adf2ecefdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)