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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 籤銹ヲョB | 11100010110111001110011111110110101001101010111001000010 | e2dce7f6a6ae42 |
EUC-JP | 籤銹ヲョB | 111001001101111011101110111110001000111010100110100011101010111001000010 | e4deeef88ea68eae42 |
UTF-8 | 籤銹ヲョB | 11100111101100011010010011101001100010101011100111101111101111011010011011101111101111011010111001000010 | e7b1a4e98ab9efbda6efbdae42 |
UHC | 籤銹??B | 11110100110110011110001011001000001111110011111101000010 | f4d9e2c83f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)