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 | ??\Y | 00111111001111110101110001011001 | 3f3f5c59 |
SJIS-WIN | 秩?\Y | 1001001010000001001111110101110001011001 | 92813f5c59 |
EUC-JP | 秩?\Y | 1100001111100001001111110101110001011001 | c3e13f5c59 |
UTF-8 | 秩섐\Y | 1110011110100111101010011110110010000100100100000101110001011001 | e7a7a9ec84905c59 |
UHC | 秩섐\Y | 111100101111000110111100101010110101110001011001 | f2f1bcab5c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)