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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 唏唸哭涌 | 1001101001001000100110100101100010011010010011001001011101001111 | 9a489a589a4c974f |
EUC-JP | 唏唸哭涌 | 1101001110101001110100111011100111010011101011011100110110110000 | d3a9d3b9d3adcdb0 |
UTF-8 | 唏唸哭涌 | 111001011001010010001111111001011001010010111000111001011001001110101101111001101011011010001100 | e5948fe594b8e593ade6b68c |
UHC | ??哭涌 | 001111110011111111001101110101101110100110111111 | 3f3fcdd6e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)