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 | ???O? | 0011111100111111001111110100111100111111 | 3f3f3f4f3f |
SJIS-WIN | 汚??O要 | 10001001100110000011111100111111010011111001011101110110 | 89983f3f4f9776 |
EUC-JP | 汚??O要 | 10110001111110000011111100111111010011111100110111010111 | b1f83f3f4fcdd7 |
UTF-8 | 汚띰쉭O要 | 11100110101100011001101011101011100111011011000011101100100010011010110101001111111010001010011010000001 | e6b19aeb9db0ec89ad4fe8a681 |
UHC | 汚띰쉭O要 | 111001111111110110110110111011111011110110101101010011111110100110101001 | e7fdb6efbdad4fe9a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)