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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 辭廷エゥ\ | 11100111100001101001001011101100101101001010100101011100 | e78692ecb4a95c |
EUC-JP | 辭廷エゥ\ | 111011011110011011000100111011101000111010110100100011101010100101011100 | ede6c4ee8eb48ea95c |
UTF-8 | 辭廷エゥ\ | 11101000101111101010110111100101101110111011011111101111101111011011010011101111101111011010100101011100 | e8beade5bbb7efbdb4efbda95c |
UHC | 辭廷??\ | 11011110111101101110111111010101001111110011111101011100 | def6efd53f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)