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^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
SJIS-WIN | ???M^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
EUC-JP | ???M^ | 0011111100111111001111110100110101011110 | 3f3f3f4d5e |
UTF-8 | 묳몷뫁M^ | 1110101110101100101100111110101110101010101101111110101110101011100000010100110101011110 | ebacb3ebaab7ebab814d5e |
UHC | 묳몷뫁M^ | 1001001001001010100100011001111110010001101001010100110101011110 | 924a919f91a54d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)