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 | ?重?序 | 001111111000111101100100001111111000111110011000 | 3f8f643f8f98 |
EUC-JP | ?重?序 | 001111111011110111000101001111111011110111111000 | 3fbdc53fbdf8 |
UTF-8 | 뤵重흰序 | 111010111010010010110101111010011000011110001101111011011001110110110000111001011011101010001111 | eba4b5e9878ded9db0e5ba8f |
UHC | 뤵重흰序 | 1000111111100011111100011110110011001000111100101101111111101101 | 8fe3f1ecc8f2dfed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)