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 | 001111111000110101000111011101100011111110001101010001110111011001000010 | 3f8d47763f8d477642 |
EUC-JP | ?宏v?宏vB | 001111111011100110101000011101100011111110111001101010000111011001000010 | 3fb9a8763fb9a87642 |
UTF-8 | 뤝宏v뤝宏vB | 111010111010010010011101111001011010111010001111011101101110101110100100100111011110010110101110100011110111011001000010 | eba49de5ae8f76eba49de5ae8f7642 |
UHC | 뤝宏v뤝宏vB | 1000111111001100110011101101101101110110100011111100110011001110110110110111011001000010 | 8fcccedb768fcccedb7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)