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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 祥祥 | 100011111100101111110101111110111000111111001011 | 8fcbf5fb8fcb |
EUC-JP | 祥?祥 | 1011111011001101001111111011111011001101 | becd3fbecd |
UTF-8 | 祥祥 | 111001111010010110100101111011101001000110100110111001111010010110100101 | e7a5a5ee91a6e7a5a5 |
UHC | 祥?祥 | 1101111111010100001111111101111111010100 | dfd43fdfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)