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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 昇ホ汐 | 1000111110111000110011101000111010101100 | 8fb8ce8eac |
EUC-JP | 昇ホ汐 | 101111101011101010001110110011101011110010101110 | beba8ecebcae |
UTF-8 | 昇ホ汐 | 111001101001100010000111111011111011111010001110111001101011000110010000 | e69887efbe8ee6b190 |
UHC | 昇?汐 | 1110001110110000001111111110000010110001 | e3b03fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)