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 | 驍カ逑ョ縺 | 1110100110000010101101101110011110010011101011101110001110000001 | e982b6e793aee381 |
EUC-JP | 驍カ逑ョ縺 | 11110001111000101000111010110110111011011111001110001110101011101110010111100001 | f1e28eb6edf38eaee5e1 |
UTF-8 | 驍カ逑ョ縺 | 111010011010100110001101111011111011110110110110111010011000000010010001111011111011110110101110111001111011100010111010 | e9a98defbdb6e98091efbdaee7b8ba |
UHC | 驍?逑?? | 11111101101001000011111111001111110001110011111100111111 | fda43fcfc73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)