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??P | 0011111101001101001111110011111101010000 | 3f4d3f3f50 |
SJIS-WIN | ?M??P | 0011111101001101001111110011111101010000 | 3f4d3f3f50 |
EUC-JP | ?M??P | 0011111101001101001111110011111101010000 | 3f4d3f3f50 |
UTF-8 | 채M혷혵P | 1110110010110001100001000100110111101101100110001011011111101101100110001011010101010000 | ecb1844ded98b7ed98b550 |
UHC | 채M혷혵P | 1100001110100100010011011100001010011110110000101001110001010000 | c3a44dc29ec29c50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)