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 | 001111110011111100111111001111110101101001000010 | 3f3f3f3f5a42 |
SJIS-WIN | 霍鯉スウZB | 1110100010110111100011001110111110111101101100110101101001000010 | e8b78cefbdb35a42 |
EUC-JP | 霍鯉スウZB | 11110000101110011011100011110001100011101011110110001110101100110101101001000010 | f0b9b8f18ebd8eb35a42 |
UTF-8 | 霍鯉スウZB | 1110100110011100100011011110100110101111100010011110111110111101101111011110111110111101101100110101101001000010 | e99c8de9af89efbdbdefbdb35a42 |
UHC | ?鯉??ZB | 00111111110101111110111100111111001111110101101001000010 | 3fd7ef3f3f5a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)