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 | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
SJIS-WIN | 坦卒狸続P | 100100100101001010010001101100101001001001001011100100011011000101010000 | 925291b2924b91b150 |
EUC-JP | 坦卒狸続P | 110000111011001111000010101101001100001110101100110000101011001101010000 | c3b3c2b4c3acc2b350 |
UTF-8 | 坦卒狸続P | 11100101100111011010011011100101100011011001001011100111100010111011100011100111101101101001101001010000 | e59da6e58d92e78bb8e7b69a50 |
UHC | 坦卒狸?P | 1111011110100100111100001110111111010111111000010011111101010000 | f7a4f0efd7e13f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)