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 | 姓翅承 | 100100001010100111100011110000001000111110110011 | 90a9e3c08fb3 |
EUC-JP | 姓翅承 | 110000001010101111100110110000101011111010110101 | c0abe6c2beb5 |
UTF-8 | 姓翅承 | 111001011010011110010011111001111011111110000101111001101000100110111111 | e5a793e7bf85e689bf |
UHC | 姓翅承 | 111000001111001111100011110001111110001110101111 | e0f3e3c7e3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)