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 | ????§ | 0011111100111111001111110011111110100111 | 3f3f3f3fa7 |
SJIS-WIN | 闌芽ヲ悶§ | 111010001000110010001001111010001010011010010110111000111000000110011000 | e88c89e8a696e38198 |
EUC-JP | 闌芽ヲ悶§ | 11101111111011001011001011101010100011101010011011001100111001011010000111111000 | efecb2ea8ea6cce5a1f8 |
UTF-8 | 闌芽ヲ悶§ | 1110100110010111100011001110100010001010101111011110111110111101101001101110011010000010101101101100001010100111 | e9978ce88abdefbda6e682b6c2a7 |
UHC | ?芽?悶§ | 0011111111100100101101000011111111011010101111111010000111010111 | 3fe4b43fdabfa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)