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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 澱?郁? | 100100110110001000111111100010001110100000111111 | 93623f88e83f |
EUC-JP | 澱?郁? | 110001011100001100111111101100001110101000111111 | c5c33fb0ea3f |
UTF-8 | 澱렢郁렞 | 111001101011111010110001111010111010000010100010111010011000001110000001111010111010000010011110 | e6beb1eba0a2e98381eba09e |
UHC | 澱렢郁렞 | 1110111011111110100011101011001111101001111101001000111010101111 | eefe8eb3e9f48eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)