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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 逋イム雅旺{d | 11100111100110011011001011010001100010011110101110001001101000000111101101100100 | e799b2d189eb89a07b64 |
EUC-JP | 逋イム雅旺{d | 111011011111100110001110101100101000111011010001101100101110110110110010101000100111101101100100 | edf98eb28ed1b2edb2a27b64 |
UTF-8 | 逋イム雅旺{d | 1110100110000000100010111110111110111101101100101110111110111110100100011110100110011011100001011110011010010111101110100111101101100100 | e9808befbdb2efbe91e99b85e697ba7b64 |
UHC | 逋??雅旺{d | 11111000111001110011111100111111111001001011101011101000110110100111101101100100 | f8e73f3fe4bae8da7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)