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 | ?????ZB | 00111111001111110011111100111111001111110101101001000010 | 3f3f3f3f3f5a42 |
SJIS-WIN | 晶澈ァ失ZB | 1000111110111011111110011100010011111011010010111010011110001110101110000101101001000010 | 8fbbf9c4fb4ba78eb85a42 |
EUC-JP | 晶?澈ァ失ZB | 101111101011110100111111100011111100100011100101100011101010011110111100101110100101101001000010 | bebd3f8fc8e58ea7bcba5a42 |
UTF-8 | 晶澈ァ失ZB | 1110011010011001101101101110111010011100100111111110011010111110100010001110111110111101101001111110010110100100101100010101101001000010 | e699b6ee9c9fe6be88efbda7e5a4b15a42 |
UHC | 晶?澈?失ZB | 11101111110111000011111111110100110011010011111111100011111101110101101001000010 | efdc3ff4cd3fe3f75a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)