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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 哭穩\ | 1001101001001100111000100111001001011100 | 9a4ce2725c |
EUC-JP | 哭穩\ | 1101001110101101111000111101001101011100 | d3ade3d35c |
UTF-8 | 哭穩\ | 11100101100100111010110111100111101010011010100101011100 | e593ade7a9a95c |
UHC | 哭穩\ | 1100110111010110111010001011000101011100 | cdd6e8b15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)