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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蠢?以?提 | 1110010110111111001111111000100011001000001111111001001011110001 | e5bf3f88c83f92f1 |
EUC-JP | 蠢?以?提 | 1110101011000001001111111011000011001010001111111100010011110011 | eac13fb0ca3fc4f3 |
UTF-8 | 蠢렎以렒提 | 111010001010000010100010111010111010000010001110111001001011101110100101111010111010000010010010111001101000111110010000 | e8a0a2eba08ee4bba5eba092e68f90 |
UHC | 蠢렎以렒提 | 11110001111000111000111010100100111011001010010010001110101001111111000010101011 | f1e38ea4eca48ea7f0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)