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 | 蟾ス蟄ォ螻杰 | 11100101101101111011110111100101101011011010101111100101101100011001111001011110 | e5b7bde5adabe5b19e5e |
EUC-JP | 蟾ス蟄ォ螻杰 | 111010101011100110001110101111011110101010101111100011101010101111101010101100111101101110111111 | eab98ebdeaaf8eabeab3dbbf |
UTF-8 | 蟾ス蟄ォ螻杰 | 111010001001111110111110111011111011110110111101111010001001111110000100111011111011110110101011111010001001111010111011111001101001110110110000 | e89fbeefbdbde89f84efbdabe89ebbe69db0 |
UHC | 蟾?蟄??杰 | 111000001110101000111111111101101101111000111111001111111100101111111001 | e0ea3ff6de3f3fcbf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)