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 | 畯???\ | 111110110110111100111111001111110011111101011100 | fb6f3f3f3f5c |
EUC-JP | 畯???\ | 10001111110011011011101100111111001111110011111101011100 | 8fcdbb3f3f3f5c |
UTF-8 | 畯렰卽렗\ | 11100111100101011010111111101011101000001011000011100101100011011011110111101011101000001001011101011100 | e795afeba0b0e58dbdeba0975c |
UHC | 畯렰卽렗\ | 111100011110000110001110101111011111000111101101100011101010110001011100 | f1e18ebdf1ed8eac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)