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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 遏齢勢薰ャh | 11100111100111111001011111101110100100001010100011111011100111101010110001101000 | e79f97ee90a8fb9eac68 |
EUC-JP | 遏齢勢?ャh | 11101110101000011100111011110000110000001010101000111111100011101010110001101000 | eea1cef0c0aa3f8eac68 |
UTF-8 | 遏齢勢薰ャh | 11101001100000011000111111101001101111011010001011100101100010111010001011101000100101101011000011101111101111011010110001101000 | e9818fe9bda2e58ba2e896b0efbdac68 |
UHC | ??勢薰?h | 0011111100111111111000011010011111111101101110010011111101101000 | 3f3fe1a7fdb93f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)