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àý}vB | 111000001111110101111101011101101110000011111101011111010111011001000010 | e0fd7d76e0fd7d7642 |
SJIS-WIN | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
EUC-JP | àý}vàý}vB | 1000111110101011101000101000111110101011111100100111110101110110100011111010101110100010100011111010101111110010011111010111011001000010 | 8faba28fabf27d768faba28fabf27d7642 |
UTF-8 | àý}vàý}vB | 11000011101000001100001110111101011111010111011011000011101000001100001110111101011111010111011001000010 | c3a0c3bd7d76c3a0c3bd7d7642 |
UHC | ??}v??}vB | 001111110011111101111101011101100011111100111111011111010111011001000010 | 3f3f7d763f3f7d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)