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 | 1001110111101101001111110011111101001101 | 9ded3f3f4d |
EUC-JP | 晨??M | 1101101011101111001111110011111101001101 | daef3f3f4d |
UTF-8 | 晨긿⒵M | 11100110100110011010100011101010101110001011111111100010100100101011010101001101 | e699a8eab8bfe292b54d |
UHC | 晨긿⒵M | 11100011111001111000001110000011101010011110011001001101 | e3e78383a9e64d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)