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 | 驍ゎーョ逞 | 1110100110000010100000101110110010110000101011101110011110010111 | e98282ecb0aee797 |
EUC-JP | 驍ゎーョ逞 | 11110001111000101010010011101110100011101011000010001110101011101110110111110111 | f1e2a4ee8eb08eaeedf7 |
UTF-8 | 驍ゎーョ逞 | 111010011010100110001101111000111000001010001110111011111011110110110000111011111011110110101110111010011000000010011110 | e9a98de3828eefbdb0efbdaee9809e |
UHC | 驍ゎ??逞 | 1111110110100100101010101110111000111111001111111101011011000001 | fda4aaee3f3fd6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)