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 | 霓?㎜曖 | 11101000101111010011111110000111011011111001111001000010 | e8bd3f876f9e42 |
EUC-JP | 霓??曖 | 111100001011111100111111001111111101101110100011 | f0bf3f3fdba3 |
UTF-8 | 霓깍㎜曖 | 111010011001110010010011111010101011100110001101111000111000111010011100111001101001101110010110 | e99c93eab98de38e9ce69b96 |
UHC | 霓깍㎜曖 | 1110011111100111101100011110111110100111101011101110010011110010 | e7e7b1efa7aee4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)