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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 顆晉洸礦 | 1110100011110111100111011110011110011111101010011110000111100110 | e8f79de79fa9e1e6 |
EUC-JP | 顆晉洸礦 | 1111000011111001110110101110100111011110101010111110001011101000 | f0f9dae9deabe2e8 |
UTF-8 | 顆晉洸礦 | 111010011010000110000110111001101001100110001001111001101011010010111000111001111010010010100110 | e9a186e69989e6b4b8e7a4a6 |
UHC | 顆晉洸? | 11001110101010001111001011001011110011101100100000111111 | cea8f2cbcec83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)