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 | ?????_B | 00111111001111110011111100111111001111110101111101000010 | 3f3f3f3f3f5f42 |
SJIS-WIN | 髴榊鏡陜カ_B | 1110100110011100100011011110010110001011101111101110100010011101101101100101111101000010 | e99c8de58bbee89db65f42 |
EUC-JP | 髴榊鏡陜カ_B | 111100011111110010111010111001111011011011000000111011111111110110001110101101100101111101000010 | f1fcbae7b6c0effd8eb65f42 |
UTF-8 | 髴榊鏡陜カ_B | 1110100110101011101101001110011010100110100010101110100110001111101000011110100110011001100111001110111110111101101101100101111101000010 | e9abb4e6a68ae98fa1e9999cefbdb65f42 |
UHC | ??鏡陜?_B | 001111110011111111001100111100001111100111110000001111110101111101000010 | 3f3fccf0f9f03f5f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)