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 | 001111111000110101011001011101100011111110001101010110010111011001000010 | 3f8d59763f8d597642 |
EUC-JP | ?杭v?杭vB | 001111111011100110111010011101100011111110111001101110100111011001000010 | 3fb9ba763fb9ba7642 |
UTF-8 | 뤺杭v뤺杭vB | 111010111010010010111010111001101001110110101101011101101110101110100100101110101110011010011101101011010111011001000010 | eba4bae69dad76eba4bae69dad7642 |
UHC | 뤺杭v뤺杭vB | 1000111111101000111110011111100001110110100011111110100011111001111110000111011001000010 | 8fe8f9f8768fe8f9f87642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)