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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?裝] | 00111111111001011110010001011101 | 3fe5e45d |
EUC-JP | ?裝] | 00111111111010101110011001011101 | 3feae65d |
UTF-8 | 뤺裝] | 11101011101001001011101011101000101000111001110101011101 | eba4bae8a39d5d |
UHC | 뤺裝] | 1000111111101000111011011111101101011101 | 8fe8edfb5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)