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 | 111011011001101010011100111011011001101010100100011101101110110110011010100111001110110110011010101001000111011001000010 | ed9a9ced9aa476ed9a9ced9aa47642 |
UHC | 횜횤v횜횤vB | 1100001110010110110000111001101101110110110000111001011011000011100110110111011001000010 | c396c39b76c396c39b7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)