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 | 00111111001111110101110101101101 | 3f3f5d6d |
SJIS-WIN | ??]m | 00111111001111110101110101101101 | 3f3f5d6d |
EUC-JP | ??]m | 00111111001111110101110101101101 | 3f3f5d6d |
UTF-8 | 첨짭]m | 1110110010110010101010001110110010100111101011010101110101101101 | ecb2a8eca7ad5d6d |
UHC | 첨짭]m | 110000111011011111000010101011000101110101101101 | c3b7c2ac5d6d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)