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 | 謐ィ蛟滄が | 111001101000110110101000111001011000000010011111111010011000001010101010 | e68da8e5809fe982aa |
EUC-JP | 謐ィ蛟滄が | 11101011111011011000111010101000111010011110000011011110111010111010010010101100 | ebed8ea8e9e0deeba4ac |
UTF-8 | 謐ィ蛟滄が | 111010001010110010010000111011111011110110101000111010001001101110011111111001101011101110000100111000111000000110001100 | e8ac90efbda8e89b9fe6bb84e3818c |
UHC | 謐?蛟滄が | 110110101100110100111111110011101111000111110011111001111010101010101100 | dacd3fcef1f3e7aaac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)