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 | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-WIN | 阯会ス画エェP | 11101000100101111000100111101111101111011000100111100110101101001010101001010000 | e89789efbd89e6b4aa50 |
EUC-JP | 阯会ス画エェP | 11101111111101111011001011110001100011101011110110110010111010001000111010110100100011101010101001010000 | eff7b2f18ebdb2e88eb48eaa50 |
UTF-8 | 阯会ス画エェP | 11101001100110001010111111100100101111001001101011101111101111011011110111100111100101001011101111101111101111011011010011101111101111011010101001010000 | e998afe4bc9aefbdbde794bbefbdb4efbdaa50 |
UHC | ??????P | 00111111001111110011111100111111001111110011111101010000 | 3f3f3f3f3f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)