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 | 跋礼梶 | 111001101110101110010111111001111000101010000001 | e6eb97e78a81 |
EUC-JP | 跋礼梶 | 111011001110110111001110111010011011001111100001 | ecedcee9b3e1 |
UTF-8 | 跋礼梶 | 111010001011011110001011111001111010010010111100111001101010001010110110 | e8b78be7a4bce6a2b6 |
UHC | 跋?梶 | 1101101110100010001111111101101010110010 | dba23fdab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)