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 | äMpY | 1110010001001101100111010111000001011001 | e44d9d7059 |
SJIS-WIN | ?M?pY | 0011111101001101001111110111000001011001 | 3f4d3f7059 |
EUC-JP | äM?pY | 10001111101010111010001101001101001111110111000001011001 | 8faba34d3f7059 |
UTF-8 | äMpY | 11000011101001000100110111000010100111010111000001011001 | c3a44dc29d7059 |
UHC | ?M?pY | 0011111101001101001111110111000001011001 | 3f4d3f7059 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)