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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠑オ蟄滉 | 11100101101111001011010111100101101011011001111111100100 | e5bcb5e5ad9fe4 |
EUC-JP | 蠑オ蟄滉 | 1110101010111110100011101011010111101010101011111101111011100110 | eabe8eb5eaafdee6 |
UTF-8 | 蠑オ蟄滉 | 111010001010000010010001111011111011110110110101111010001001111110000100111001101011101110001001 | e8a091efbdb5e89f84e6bb89 |
UHC | ??蟄滉 | 001111110011111111110110110111101111110011010001 | 3f3ff6defcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)