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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銹然銹筵 | 1110011111110110100100010101001011100111111101101110001010100101 | e7f69152e7f6e2a5 |
EUC-JP | 銹然銹筵 | 1110111011111000110000011011001111101110111110001110010010100111 | eef8c1b3eef8e4a7 |
UTF-8 | 銹然銹筵 | 111010011000101010111001111001111000010010110110111010011000101010111001111001111010110110110101 | e98ab9e784b6e98ab9e7adb5 |
UHC | 銹然銹筵 | 1110001011001000111001101101010011100010110010001110011011011101 | e2c8e6d4e2c8e6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)