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 | 茫∝或鐔 | 1110010010101001100000011110010110001000101111011110100001011100 | e4a981e588bde85c |
EUC-JP | 茫∝或鐔 | 1110100010101011101000101110011110110000101111111110111110111101 | e8aba2e7b0bfefbd |
UTF-8 | 茫∝或鐔 | 111010001000110010101011111000101000100010011101111001101000100010010110111010011001000010010100 | e88cabe2889de68896e99094 |
UHC | 茫∝或? | 11011000110101001010000111110000111110111110010000111111 | d8d4a1f0fbe43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)