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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 誾コ螯ュ | 1111101110100111101110101110010110100110101011011111000010100011 | fba7bae5a6adf0a3 |
EUC-JP | 誾コ螯ュ? | 10001111110111101010010010001110101110101110101010101000100011101010110100111111 | 8fdea48ebaeaa88ead3f |
UTF-8 | 誾コ螯ュ | 111010001010101010111110111011111011110110111010111010001001111010101111111011111011110110101101111011101000000110100010 | e8aabeefbdbae89eafefbdadee81a2 |
UHC | 誾???? | 111010111101110100111111001111110011111100111111 | ebdd3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)