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 | 鬱氓?? | 100111110101010010011111100000100011111100111111 | 9f549f823f3f |
EUC-JP | 鬱氓?? | 110111011011010111011101111000100011111100111111 | ddb5dde23f3f |
UTF-8 | 鬱氓렮띤 | 111010011010110010110001111001101011000010010011111010111010000010101110111010111001110110100100 | e9acb1e6b093eba0aeeb9da4 |
UHC | 鬱氓렮띤 | 1110101010100110110110001110110010001110101110111011011011101101 | eaa6d8ec8ebbb6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)