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 | 髓? | 111010011001001000111111 | e9923f |
EUC-JP | 髓? | 111100011111001000111111 | f1f23f |
UTF-8 | 髓롐 | 111010011010101110010011111010111010000110010000 | e9ab93eba190 |
UHC | 髓롐 | 11100010110100001000111011010110 | e2d08ed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)