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 | 闥サ繧躯ョ | 1110100010010010101110111110001110000010100010111110101110101110 | e892bbe3828bebae |
EUC-JP | 闥サ繧躯ョ | 11101111111100101000111010111011111001011110001010110110111011011000111010101110 | eff28ebbe5e2b6ed8eae |
UTF-8 | 闥サ繧躯ョ | 111010011001011110100101111011111011110110111011111001111011100110100111111010001011101010101111111011111011110110101110 | e997a5efbdbbe7b9a7e8baafefbdae |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)