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 | 軏情貍玲 | 1111101110110010100011111110111011100110101111001001011111100110 | fbb28feee6bc97e6 |
EUC-JP | 軏情貍玲 | 100011111110000011011001101111101111000011101100101111101100111011101000 | 8fe0d9bef0ecbecee8 |
UTF-8 | 軏情貍玲 | 111010001011101110001111111001101000001110000101111010001011001010001101111001111000111010110010 | e8bb8fe68385e8b28de78eb2 |
UHC | ?情?玲 | 001111111110111111010111001111111101011010111100 | 3fefd73fd6bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)