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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 韈キ螳削゚ケ | 111010001110011110110111111001011010111010001101111011011101111110111001 | e8e7b7e5ae8deddfb9 |
EUC-JP | 韈キ螳削゚ケ | 111100001110100110001110101101111110101010110000101110101110111110001110110111111000111010111001 | f0e98eb7eab0baef8edf8eb9 |
UTF-8 | 韈キ螳削゚ケ | 111010011001111110001000111011111011110110110111111010001001111010110011111001011000100110001010111011111011111010011111111011111011110110111001 | e99f88efbdb7e89eb3e5898aefbe9fefbdb9 |
UHC | ??螳削?? | 0011111100111111110100111101100111011110111110110011111100111111 | 3f3fd3d9defb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)