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 | 篌踰柀 | 111000101011101011100110111110101111101011100100 | e2bae6fafae4 |
EUC-JP | 篌踰柀 | 11100100101111001110110011111100100011111100001110111001 | e4bcecfc8fc3b9 |
UTF-8 | 篌踰柀 | 111001111010111110001100111010001011100010110000111001101001111110000000 | e7af8ce8b8b0e69f80 |
UHC | ?踰? | 00111111111010111011001000111111 | 3febb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)