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 | 辰尊促但 | 1001001001000011100100011011100010010001101000111001001001000001 | 924391b891a39241 |
EUC-JP | 辰尊促但 | 1100001110100100110000101011101011000010101001011100001110100010 | c3a4c2bac2a5c3a2 |
UTF-8 | 辰尊促但 | 111010001011111010110000111001011011000010001010111001001011111110000011111001001011110110000110 | e8beb0e5b08ae4bf83e4bd86 |
UHC | 辰尊促但 | 1111001011100011111100001110111011110101101101011101001110100011 | f2e3f0eef5b5d3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)