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 | ??慫 | 00111111001111111001110011001111 | 3f3f9ccf |
EUC-JP | ??慫 | 00111111001111111101100011010001 | 3f3fd8d1 |
UTF-8 | 솽성慫 | 111011001000011010111101111011001000010010110001111001101000010110101011 | ec86bdec84b1e685ab |
UHC | 솽성慫 | 101111001110000110111100101110101111000011110110 | bce1bcbaf0f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)