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 | 邪悉[邪悉[^ | 1000111011010111100011101011101101011011100011101101011110001110101110110101101101011110 | 8ed78ebb5b8ed78ebb5b5e |
EUC-JP | 邪悉[邪悉[^ | 1011110011011001101111001011110101011011101111001101100110111100101111010101101101011110 | bcd9bcbd5bbcd9bcbd5b5e |
UTF-8 | 邪悉[邪悉[^ | 111010011000001010101010111001101000001010001001010110111110100110000010101010101110011010000010100010010101101101011110 | e982aae682895be982aae682895b5e |
UHC | 邪悉[邪悉[^ | 1101111011110111111000111111101001011011110111101111011111100011111110100101101101011110 | def7e3fa5bdef7e3fa5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)