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 | MR] | 1000000101001101100000010101001001011101 | 814d81525d |
SJIS-WIN | ?M?R] | 0011111101001101001111110101001001011101 | 3f4d3f525d |
EUC-JP | ?M?R] | 0011111101001101001111110101001001011101 | 3f4d3f525d |
UTF-8 | MR] | 11000010100000010100110111000010100000010101001001011101 | c2814dc281525d |
UHC | ?M?R] | 0011111101001101001111110101001001011101 | 3f4d3f525d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)