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âU | 111001000100110110001010111000101000111101010101 | e44d8ae28f55 |
SJIS-WIN | ?M???U | 001111110100110100111111001111110011111101010101 | 3f4d3f3f3f55 |
EUC-JP | äM?â?U | 10001111101010111010001101001101001111111000111110101011101001000011111101010101 | 8faba34d3f8faba43f55 |
UTF-8 | äMâU | 11000011101001000100110111000010100010101100001110100010110000101000111101010101 | c3a44dc28ac3a2c28f55 |
UHC | ?M???U | 001111110100110100111111001111110011111101010101 | 3f4d3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)