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 | 陞ッ繧主脈 | 111010001001111010101111111000111000001010001110111001011001011010101100 | e89eafe3828ee596ac |
EUC-JP | 陞ッ繧主脈 | 11101111111111101000111010101111111001011110001010111100111001111100110010101110 | effe8eafe5e2bce7ccae |
UTF-8 | 陞ッ繧主脈 | 111010011001100110011110111011111011110110101111111001111011100110100111111001001011100010111011111010001000010010001000 | e9999eefbdafe7b9a7e4b8bbe88488 |
UHC | 陞??主脈 | 1110001110110011001111110011111111110001101010111101100011100110 | e3b33f3ff1abd8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)