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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遯一イシ繞 | 1110011110101010100010001110101010110010101111001110001110000101 | e7aa88eab2bce385 |
EUC-JP | 遯一イシ繞 | 11101110101011001011000011101100100011101011001010001110101111001110010111100101 | eeacb0ec8eb28ebce5e5 |
UTF-8 | 遯一イシ繞 | 111010011000000110101111111001001011100010000000111011111011110110110010111011111011110110111100111001111011100110011110 | e981afe4b880efbdb2efbdbce7b99e |
UHC | 遯一??繞 | 1101010011101110111011001110100100111111001111111110100110100100 | d4eeece93f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)