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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 莠誤イ寂筏\ | 11100100101110101000110011101011101100101000111011100010100101001011001101011100 | e4ba8cebb28ee294b35c |
EUC-JP | 莠誤イ寂筏\ | 1110100010111100101110001110110110001110101100101011110011100100110010001011010101011100 | e8bcb8ed8eb2bce4c8b55c |
UTF-8 | 莠誤イ寂筏\ | 11101000100011101010000011101000101010101010010011101111101111011011001011100101101011111000001011100111101011011000111101011100 | e88ea0e8aaa4efbdb2e5af82e7ad8f5c |
UHC | ?誤?寂筏\ | 001111111110100010100110001111111110111011010110110110111110101001011100 | 3fe8a63feed6dbea5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)