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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 莚祥 | 11100100101011011000111111001011 | e4ad8fcb |
EUC-JP | 莚祥 | 11101000101011111011111011001101 | e8afbecd |
UTF-8 | 莚祥 | 111010001000111010011010111001111010010110100101 | e88e9ae7a5a5 |
UHC | ?祥 | 001111111101111111010100 | 3fdfd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)