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 | 跣零倦顫 | 1110011011101111100101111110101110001100100100011110100011111010 | e6ef97eb8c91e8fa |
EUC-JP | 跣零倦顫 | 1110110011110001110011101110110110110111111100011111000011111100 | ecf1ceedb7f1f0fc |
UTF-8 | 跣零倦顫 | 111010001011011110100011111010011001101110110110111001011000000010100110111010011010000110101011 | e8b7a3e99bb6e580a6e9a1ab |
UHC | 跣零倦顫 | 1110000011010011110101101100001111001111111001101110111110110101 | e0d3d6c3cfe6efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)