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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬩ゥ驤エ蓍 | 1110100110101001101010011110100110001000101101001110010011100111 | e9a9a9e988b4e4e7 |
EUC-JP | 鬩ゥ驤エ蓍 | 11110010101010111000111010101001111100011110100010001110101101001110100011101001 | f2ab8ea9f1e88eb4e8e9 |
UTF-8 | 鬩ゥ驤エ蓍 | 111010011010110010101001111011111011110110101001111010011010100110100100111011111011110110110100111010001001001110001101 | e9aca9efbda9e9a9a4efbdb4e8938d |
UHC | ????蓍 | 001111110011111100111111001111111110001111001001 | 3f3f3f3fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)