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 | 謐ィ髯ャ邵 | 1110011010001101101010001110100110011001101011001110011110111000 | e68da8e999ace7b8 |
EUC-JP | 謐ィ髯ャ邵 | 11101011111011011000111010101000111100011111100110001110101011001110111010111010 | ebed8ea8f1f98eaceeba |
UTF-8 | 謐ィ髯ャ邵 | 111010001010110010010000111011111011110110101000111010011010101110101111111011111011110110101100111010011000001010110101 | e8ac90efbda8e9abafefbdace982b5 |
UHC | 謐???邵 | 11011010110011010011111100111111001111111110000111010000 | dacd3f3f3fe1d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)