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??v^ | 00111111001111110111011000111111001111110111011001011110 | 3f3f763f3f765e |
SJIS-WIN | ??v??v^ | 00111111001111110111011000111111001111110111011001011110 | 3f3f763f3f765e |
EUC-JP | ??v??v^ | 00111111001111110111011000111111001111110111011001011110 | 3f3f763f3f765e |
UTF-8 | 쒔렎v쒔렎v^ | 111011001001001010010100111010111010000010001110011101101110110010010010100101001110101110100000100011100111011001011110 | ec9294eba08e76ec9294eba08e765e |
UHC | 쒔렎v쒔렎v^ | 1011111010101101100011101010010001110110101111101010110110001110101001000111011001011110 | bead8ea476bead8ea4765e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)