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 | 隍ォ蠑・裄 | 1110100010100100101010111110010110111100101001011110010111100000 | e8a4abe5bca5e5e0 |
EUC-JP | 隍ォ蠑・裄 | 11110000101001101000111010101011111010101011111010001110101001011110101011100010 | f0a68eabeabe8ea5eae2 |
UTF-8 | 隍ォ蠑・裄 | 111010011001101010001101111011111011110110101011111010001010000010010001111011111011110110100101111010001010001110000100 | e99a8defbdabe8a091efbda5e8a384 |
UHC | 隍???? | 111111001101101100111111001111110011111100111111 | fcdb3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)