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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬱氓??抵 | 1001111101010100100111111000001000111111001111111001001011101111 | 9f549f823f3f92ef |
EUC-JP | 鬱氓??抵 | 1101110110110101110111011110001000111111001111111100010011110001 | ddb5dde23f3fc4f1 |
UTF-8 | 鬱氓렮띤抵 | 111010011010110010110001111001101011000010010011111010111010000010101110111010111001110110100100111001101000101010110101 | e9acb1e6b093eba0aeeb9da4e68ab5 |
UHC | 鬱氓렮띤抵 | 11101010101001101101100011101100100011101011101110110110111011011110111010111101 | eaa6d8ec8ebbb6edeebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)