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 | ??EE | 00111111001111110100010101000101 | 3f3f4545 |
SJIS-WIN | ?艶EE | 0011111110001001100100000100010101000101 | 3f89904545 |
EUC-JP | ?艶EE | 0011111110110001111100000100010101000101 | 3fb1f04545 |
UTF-8 | 쒔艶EE | 1110110010010010100101001110100010001001101101100100010101000101 | ec9294e889b64545 |
UHC | 쒔艶EE | 101111101010110111100110111111010100010101000101 | beade6fd4545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)