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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鞐守洸裄ェ陟 | 1110100011011110100011101110011110011111101010011110010111100000101010101110100010100000 | e8de8ee79fa9e5e0aae8a0 |
EUC-JP | 鞐守洸裄ェ陟 | 111100001110000010111100111010011101111010101011111010101110001010001110101010101111000010100010 | f0e0bce9deabeae28eaaf0a2 |
UTF-8 | 鞐守洸裄ェ陟 | 111010011001111010010000111001011010111010001000111001101011010010111000111010001010001110000100111011111011110110101010111010011001100110011111 | e99e90e5ae88e6b4b8e8a384efbdaae9999f |
UHC | ?守洸??陟 | 001111111110000111111010110011101100100000111111001111111111010010110011 | 3fe1facec83f3ff4b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)