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 | 糢篌煢 | 111000101111010111100010101110101110000010001001 | e2f5e2bae089 |
EUC-JP | 糢篌煢 | 111001001111011111100100101111001101111111101001 | e4f7e4bcdfe9 |
UTF-8 | 糢篌煢 | 111001111011001110100010111001111010111110001100111001111000010110100010 | e7b3a2e7af8ce785a2 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)