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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 莪箙莪箙^ | 111001001010111011100010101101111110010010101110111000101011011101011110 | e4aee2b7e4aee2b75e |
EUC-JP | 莪箙莪箙^ | 111010001011000011100100101110011110100010110000111001001011100101011110 | e8b0e4b9e8b0e4b95e |
UTF-8 | 莪箙莪箙^ | 11101000100011101010101011100111101011101001100111101000100011101010101011100111101011101001100101011110 | e88eaae7ae99e88eaae7ae995e |
UHC | 莪?莪?^ | 11100100101101010011111111100100101101010011111101011110 | e4b53fe4b53f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)