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 | 祥イア | 100011111100101111110101111110111011001010110001 | 8fcbf5fbb2b1 |
EUC-JP | 祥?イア | 10111110110011010011111110001110101100101000111010110001 | becd3f8eb28eb1 |
UTF-8 | 祥イア | 111001111010010110100101111011101001000110100110111011111011110110110010111011111011110110110001 | e7a5a5ee91a6efbdb2efbdb1 |
UHC | 祥??? | 1101111111010100001111110011111100111111 | dfd43f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)