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 | 謚オ蛯セ螟 | 1110011010001010101101011110010110000010101111101110010110100100 | e68ab5e582bee5a4 |
EUC-JP | 謚オ蛯セ螟 | 11101011111010101000111010110101111010011110001010001110101111101110101010100110 | ebea8eb5e9e28ebeeaa6 |
UTF-8 | 謚オ蛯セ螟 | 111010001010110010011010111011111011110110110101111010001001101110101111111011111011110110111110111010001001111010011111 | e8ac9aefbdb5e89bafefbdbee89e9f |
UHC | 謚???螟 | 11101100110100000011111100111111001111111101100110101101 | ecd03f3f3fd9ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)