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 | ?????e^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 悅??易?e^ | 111110101011110100111111001111111000100011010101001111110110010101011110 | fabd3f3f88d53f655e |
EUC-JP | ???易?e^ | 0011111100111111001111111011000011010111001111110110010101011110 | 3f3f3fb0d73f655e |
UTF-8 | 悅덂뮘易똵e^ | 1110011010000010100001011110101110001101100000101110101110101110100110001110011010011000100100111110101110011000101101010110010101011110 | e68285eb8d82ebae98e69893eb98b5655e |
UHC | 悅덂뮘易똵e^ | 111001101110110110001000111001011001001010100100111001101011011010001100011101010110010101011110 | e6ed88e592a4e6b68c75655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)