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 | 蠑オ鮗・蟀「 | 111001011011110010110101111010011011101010100101111001011010100110100010 | e5bcb5e9baa5e5a9a2 |
EUC-JP | 蠑オ鮗・蟀「 | 111010101011111010001110101101011111001010111100100011101010010111101010101010111000111010100010 | eabe8eb5f2bc8ea5eaab8ea2 |
UTF-8 | 蠑オ鮗・蟀「 | 111010001010000010010001111011111011110110110101111010011010111010010111111011111011110110100101111010001001111110000000111011111011110110100010 | e8a091efbdb5e9ae97efbda5e89f80efbda2 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)