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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠢?晧矜 | 11100101101111110011111110011101111011001110000111100000 | e5bf3f9dece1e0 |
EUC-JP | 蠢?晧矜 | 11101010110000010011111111011010111011101110001011100010 | eac13fdaeee2e2 |
UTF-8 | 蠢렎晧矜 | 111010001010000010100010111010111010000010001110111001101001100110100111111001111001111110011100 | e8a0a2eba08ee699a7e79f9c |
UHC | 蠢렎晧矜 | 1111000111100011100011101010010011111011110001011101000011101000 | f1e38ea4fbc5d0e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)