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 | 昇ホ七 | 1000111110111000110011101000111010110101 | 8fb8ce8eb5 |
EUC-JP | 昇ホ七 | 101111101011101010001110110011101011110010110111 | beba8ecebcb7 |
UTF-8 | 昇ホ七 | 111001101001100010000111111011111011111010001110111001001011100010000011 | e69887efbe8ee4b883 |
UHC | 昇?七 | 1110001110110000001111111111011011010010 | e3b03ff6d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)