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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 臂拷 | 11100100010111011000110110001001 | e45d8d89 |
EUC-JP | 臂拷 | 11100111101111101011100111101001 | e7beb9e9 |
UTF-8 | 臂拷 | 111010001000011110000010111001101000101110110111 | e88782e68bb7 |
UHC | 臂拷 | 11011110101000101100110110111000 | dea2cdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)