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 | 粐矩┏譫桁 | 11100010111000101000101111101001100001001010110011100110100111101000110010000101 | e2e28be984ace69e8c85 |
EUC-JP | 粐矩┏譫桁 | 11100100111001001011011011101011101010001010111011101011111111101011011111100101 | e4e4b6eba8aeebfeb7e5 |
UTF-8 | 粐矩┏譫桁 | 111001111011001010010000111001111001111110101001111000101001010010001111111010001010110110101011111001101010000110000001 | e7b290e79fa9e2948fe8adabe6a181 |
UHC | ?矩┏?桁 | 0011111111001111101110111010011010101110001111111111100111111001 | 3fcfbba6ae3ff9f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)