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 | 巐弥囗巐廷 | 11111010101101101001011011101101100110101001100011111010101101101001001011101100 | fab696ed9a98fab692ec |
EUC-JP | 巐弥囗巐廷 | 100011111011101111111001110011001110111111010011111110001000111110111011111110011100010011101110 | 8fbbf9ccefd3f88fbbf9c4ee |
UTF-8 | 巐弥囗巐廷 | 111001011011011110010000111001011011110010100101111001011001101110010111111001011011011110010000111001011011101110110111 | e5b790e5bca5e59b97e5b790e5bbb7 |
UHC | ????廷 | 001111110011111100111111001111111110111111010101 | 3f3f3f3fefd5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)