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 | 褶、繧一驩 | 1110010111110111101001001110001110000010100010001110101011110100100100001110100110001001 | e5f7a4e38288eaf490e989 |
EUC-JP | 褶、繧一?驩 | 1110101011111001100011101010010011100101111000101011000011101100001111111111000111101001 | eaf98ea4e5e2b0ec3ff1e9 |
UTF-8 | 褶、繧一驩 | 111010001010010010110110111011111011110110100100111001111011100110100111111001001011100010000000111011101000110010111111111010011010100110101001 | e8a4b6efbda4e7b9a7e4b880ee8cbfe9a9a9 |
UHC | 褶??一?驩 | 111000111010100000111111001111111110110011101001001111111111110010111110 | e3a83f3fece93ffcbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)