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 | 承?承 | 1000111110110011001111111000111110110011 | 8fb33f8fb3 |
EUC-JP | 承?承 | 1011111010110101001111111011111010110101 | beb53fbeb5 |
UTF-8 | 承혼承 | 111001101000100110111111111011011001100010111100111001101000100110111111 | e689bfed98bce689bf |
UHC | 承혼承 | 111000111010111111001000101001011110001110101111 | e3afc8a5e3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)