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 | 髮ゥ逋ク | 111010011001101110101001111001111001100110111000 | e99ba9e799b8 |
EUC-JP | 髮ゥ逋ク | 1111000111111011100011101010100111101101111110011000111010111000 | f1fb8ea9edf98eb8 |
UTF-8 | 髮ゥ逋ク | 111010011010101110101110111011111011110110101001111010011000000010001011111011111011110110111000 | e9abaeefbda9e9808befbdb8 |
UHC | 髮?逋? | 110110111010010100111111111110001110011100111111 | dba53ff8e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)