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 | 唏唸哭涌\ | 100110100100100010011010010110001001101001001100100101110100111101011100 | 9a489a589a4c974f5c |
EUC-JP | 唏唸哭涌\ | 110100111010100111010011101110011101001110101101110011011011000001011100 | d3a9d3b9d3adcdb05c |
UTF-8 | 唏唸哭涌\ | 11100101100101001000111111100101100101001011100011100101100100111010110111100110101101101000110001011100 | e5948fe594b8e593ade6b68c5c |
UHC | ??哭涌\ | 00111111001111111100110111010110111010011011111101011100 | 3f3fcdd6e9bf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)