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 | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
UTF-8 | 쁮믌v쁮믌vB | 111011001000000110101110111010111010111110001100011101101110110010000001101011101110101110101111100011000111011001000010 | ec81aeebaf8c76ec81aeebaf8c7642 |
UHC | 쁮믌v쁮믌vB | 1001100001101111100100101101000001110110100110000110111110010010110100000111011001000010 | 986f92d076986f92d07642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)