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 | 遉糾妾褂 | 1110011110100100100010111000101010001111101010001110010111100110 | e7a48b8a8fa8e5e6 |
EUC-JP | 遉糾妾褂 | 1110111010100110101101011110101010111110101010101110101011101000 | eea6b5eabeaaeae8 |
UTF-8 | 遉糾妾褂 | 111010011000000110001001111001111011001110111110111001011010011010111110111010001010010010000010 | e98189e7b3bee5a6bee8a482 |
UHC | ?糾妾? | 001111111101000010101100111101001101110100111111 | 3fd0acf4dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)