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 | 001111110011111101001101 | 3f3f4d |
SJIS-WIN | 幼?M | 10010111011000110011111101001101 | 97633f4d |
EUC-JP | 幼?M | 11001101110001000011111101001101 | cdc43f4d |
UTF-8 | 幼렯M | 11100101101110011011110011101011101000001010111101001101 | e5b9bceba0af4d |
UHC | 幼렯M | 1110101011101010100011101011110001001101 | eaea8ebc4d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)