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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 飮μ?飮μ?^ | 1001111101011010100000111100101000111111100111110101101010000011110010100011111101011110 | 9f5a83ca3f9f5a83ca3f5e |
EUC-JP | 飮μ?飮μ?^ | 1101110110111011101001101100110000111111110111011011101110100110110011000011111101011110 | ddbba6cc3fddbba6cc3f5e |
UTF-8 | 飮μ맀飮μ맀^ | 1110100110100011101011101100111010111100111010111010011110000000111010011010001110101110110011101011110011101011101001111000000001011110 | e9a3aecebceba780e9a3aecebceba7805e |
UHC | 飮μ맀飮μ맀^ | 11101011111001101010010111101100100100001001101111101011111001101010010111101100100100001001101101011110 | ebe6a5ec909bebe6a5ec909b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)