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 | 鈔郁椽 | 111001111110001010001000111010001001111010111011 | e7e288e89ebb |
EUC-JP | 鈔郁椽 | 111011101110010010110000111010101101110010111101 | eee4b0eadcbd |
UTF-8 | 鈔郁椽 | 111010011000100010010100111010011000001110000001111001101010010010111101 | e98894e98381e6a4bd |
UHC | ?郁椽 | 0011111111101001111101001110011011001011 | 3fe9f4e6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)