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 | 篏乗招 | 111000101011101110001111111001101000111110110101 | e2bb8fe68fb5 |
EUC-JP | 篏乗招 | 111001001011110110111110111010001011111010110111 | e4bdbee8beb7 |
UTF-8 | 篏乗招 | 111001111010111110001111111001001011100110010111111001101000101110011011 | e7af8fe4b997e68b9b |
UHC | ??招 | 00111111001111111111010011111101 | 3f3ff4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)