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 | 驍ゎーョ遞 | 1110100110000010100000101110110010110000101011101110011110101000 | e98282ecb0aee7a8 |
EUC-JP | 驍ゎーョ遞 | 11110001111000101010010011101110100011101011000010001110101011101110111010101010 | f1e2a4ee8eb08eaeeeaa |
UTF-8 | 驍ゎーョ遞 | 111010011010100110001101111000111000001010001110111011111011110110110000111011111011110110101110111010011000000110011110 | e9a98de3828eefbdb0efbdaee9819e |
UHC | 驍ゎ??遞 | 1111110110100100101010101110111000111111001111111111010011110110 | fda4aaee3f3ff4f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)