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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臾щМ維?Н | 1110010001101011100001001000101110000100010011011000100011011011001111111000010001001110 | e46b848b844d88db3f844e |
EUC-JP | 臾щМ維?Н | 1110011111001100101001111110101110100111101011101011000011011101001111111010011110101111 | e7cca7eba7aeb0dd3fa7af |
UTF-8 | 臾щМ維믩Н | 111010001000011110111110110100011000100111010000100111001110011110110110101011011110101110101111101010011101000010011101 | e887bed189d09ce7b6adebafa9d09d |
UHC | 臾щМ維믩Н | 111010111010110010101100111010111010110010101110111010111010101110010010111010111010110010101111 | ebacacebacaeebab92ebacaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)