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 | ?勇盂日 | 00111111100101110100010111100001101100011001001111111010 | 3f9745e1b193fa |
EUC-JP | ?勇盂日 | 00111111110011011010011011100010101100111100011011111100 | 3fcda6e2b3c6fc |
UTF-8 | 뤚勇盂日 | 111010111010010010011010111001011000101110000111111001111001101110000010111001101001011110100101 | eba49ae58b87e79b82e697a5 |
UHC | 뤚勇盂日 | 1000111111001001111010011011100011101001110111011110110011101101 | 8fc9e9b8e9ddeced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)