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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 闕オ蠕。髻ウE | 11101000100011011011010111100101101111101010000111101001100111111011001101000101 | e88db5e5bea1e99fb345 |
EUC-JP | 闕オ蠕。髻ウE | 11101111111011011000111010110101111010101100000010001110101000011111001010100001100011101011001101000101 | efed8eb5eac08ea1f2a18eb345 |
UTF-8 | 闕オ蠕。髻ウE | 11101001100101111001010111101111101111011011010111101000101000001001010111101111101111011010000111101001101010111011101111101111101111011011001101000101 | e99795efbdb5e8a095efbda1e9abbbefbdb345 |
UHC | 闕?????E | 1100111111110100001111110011111100111111001111110011111101000101 | cff43f3f3f3f3f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)