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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | 哭瞎[ | 1001101001001100111000011101000001011011 | 9a4ce1d05b |
EUC-JP | 哭瞎[ | 1101001110101101111000101101001001011011 | d3ade2d25b |
UTF-8 | 哭瞎[ | 11100101100100111010110111100111100111101000111001011011 | e593ade79e8e5b |
UHC | 哭?[ | 11001101110101100011111101011011 | cdd63f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)