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 | ¸÷ì¸v\ | 10001111101110001111011111101100101110000111011001011100 | 8fb8f7ecb8765c |
SJIS-WIN | ??÷??v\ | 0011111100111111100000011000000000111111001111110111011001011100 | 3f3f81803f3f765c |
EUC-JP | ?¸÷ì¸v\ | 0011111110001111101000101011000110100001111000001000111110101011110000001000111110100010101100010111011001011100 | 3f8fa2b1a1e08fabc08fa2b1765c |
UTF-8 | ¸÷ì¸v\ | 110000101000111111000010101110001100001110110111110000111010110011000010101110000111011001011100 | c28fc2b8c3b7c3acc2b8765c |
UHC | ?¸÷?¸v\ | 00111111101000101010110010100001110000000011111110100010101011000111011001011100 | 3fa2aca1c03fa2ac765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)