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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 知?[知?[^ | 100100100110110100111111010110111001001001101101001111110101101101011110 | 926d3f5b926d3f5b5e |
EUC-JP | 知?[知?[^ | 110000111100111000111111010110111100001111001110001111110101101101011110 | c3ce3f5bc3ce3f5b5e |
UTF-8 | 知렎[知렎[^ | 111001111001111110100101111010111010000010001110010110111110011110011111101001011110101110100000100011100101101101011110 | e79fa5eba08e5be79fa5eba08e5b5e |
UHC | 知렎[知렎[^ | 1111001010110001100011101010010001011011111100101011000110001110101001000101101101011110 | f2b18ea45bf2b18ea45b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)