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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 磁聹汐晶 | 11111001101001101000111010100101111000111110001010001110101011001000111110111011 | f9a68ea5e3e28eac8fbb |
EUC-JP | ?磁聹汐晶 | 001111111011110010100111111001101110010010111100101011101011111010111101 | 3fbca7e6e4bcaebebd |
UTF-8 | 磁聹汐晶 | 111011101001110010000001111001111010001110000001111010001000000110111001111001101011000110010000111001101001100110110110 | ee9c81e7a381e881b9e6b190e699b6 |
UHC | ?磁?汐晶 | 0011111111101101101110000011111111100000101100011110111111011100 | 3fedb83fe0b1efdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)