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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 佃兢?堤?貞 | 10010010110011111001100101011101001111111001001011100111001111111001001011100101 | 92cf995d3f92e73f92e5 |
EUC-JP | 佃兢?堤?貞 | 11000100110100011101000110111110001111111100010011101001001111111100010011100111 | c4d1d1be3fc4e93fc4e7 |
UTF-8 | 佃兢狼堤렡貞 | 111001001011110110000011111001011000010110100010111011111010010010101011111001011010000010100100111010111010000010100001111010001011001010011110 | e4bd83e585a2efa4abe5a0a4eba0a1e8b29e |
UHC | 佃兢狼堤렡貞 | 111011101110110011010000111001111101001010101010111100001010011110001110101100101110111111110110 | eeecd0e7d2aaf0a78eb2eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)