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 | 鳥碣? | 1001001010111001111000011111000000111111 | 92b9e1f03f |
EUC-JP | 鳥碣? | 1100010010111011111000101111001000111111 | c4bbe2f23f |
UTF-8 | 鳥碣ㄵ | 111010011011001110100101111001111010001010100011111000111000010010110101 | e9b3a5e7a2a3e384b5 |
UHC | 鳥碣ㄵ | 111100001110100011001010111001011010010010100101 | f0e8cae5a4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)