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??H | 0011111101001101001111110011111101001000 | 3f4d3f3f48 |
SJIS-WIN | ?M??H | 0011111101001101001111110011111101001000 | 3f4d3f3f48 |
EUC-JP | ?M??H | 0011111101001101001111110011111101001000 | 3f4d3f3f48 |
UTF-8 | 챈M혳횤H | 1110110010110001100010000100110111101101100110001011001111101101100110101010010001001000 | ecb1884ded98b3ed9aa448 |
UHC | 챈M혳횤H | 1100001110100110010011011100001010011010110000111001101101001000 | c3a64dc29ac39b48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)