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] | 00111111001111110100110101011101 | 3f3f4d5d |
SJIS-WIN | ??M] | 00111111001111110100110101011101 | 3f3f4d5d |
EUC-JP | ??M] | 00111111001111110100110101011101 | 3f3f4d5d |
UTF-8 | 첨짭M] | 1110110010110010101010001110110010100111101011010100110101011101 | ecb2a8eca7ad4d5d |
UHC | 첨짭M] | 110000111011011111000010101011000100110101011101 | c3b7c2ac4d5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)