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 | äMB | 1110010001001101100111011001010101000010 | e44d9d9542 |
SJIS-WIN | ?M??B | 0011111101001101001111110011111101000010 | 3f4d3f3f42 |
EUC-JP | äM??B | 10001111101010111010001101001101001111110011111101000010 | 8faba34d3f3f42 |
UTF-8 | äMB | 1100001110100100010011011100001010011101110000101001010101000010 | c3a44dc29dc29542 |
UHC | ?M??B | 0011111101001101001111110011111101000010 | 3f4d3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)