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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?葛?堤?B | 0011111110001010100010110011111110010010111001110011111101000010 | 3f8a8b3f92e73f42 |
EUC-JP | 塼葛?堤?B | 10001111101110001011100110110011111010110011111111000100111010010011111101000010 | 8fb8b9b3eb3fc4e93f42 |
UTF-8 | 塼葛狼堤렡B | 11100101101000011011110011101000100100011001101111101111101001001010101111100101101000001010010011101011101000001010000101000010 | e5a1bce8919befa4abe5a0a4eba0a142 |
UHC | 塼葛狼堤렡B | 1110111011110100110010101110011111010010101010101111000010100111100011101011001001000010 | eef4cae7d2aaf0a78eb242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)