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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 邵菩サ械F | 1110011110111000100101011110110010111011100010100100001001000110 | e7b895ecbb8a4246 |
EUC-JP | 邵菩サ械F | 111011101011101011001010111011101000111010111011101100111010001101000110 | eebacaee8ebbb3a346 |
UTF-8 | 邵菩サ械F | 11101001100000101011010111101000100011111010100111101111101111011011101111100110101000101011000001000110 | e982b5e88fa9efbdbbe6a2b046 |
UHC | 邵菩?械F | 1110000111010000110111001100110000111111110011001111111001000110 | e1d0dccc3fccfe46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)