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 | ???M | 00111111001111110011111101001101 | 3f3f3f4d |
SJIS-WIN | ?捲?M | 0011111110001100100111100011111101001101 | 3f8c9e3f4d |
EUC-JP | ?捲?M | 0011111110110111111111100011111101001101 | 3fb7fe3f4d |
UTF-8 | 뤋捲덞M | 11101011101001001000101111100110100011011011001011101011100011011001111001001101 | eba48be68db2eb8d9e4d |
UHC | 뤋捲덞M | 10001111101110111100111111101100101101001111101101001101 | 8fbbcfecb4fb4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)