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 | 飮í^ | 11101001101000111010111011101101100001111001100101011110 | e9a3aeed87995e |
SJIS-WIN | ?£????^ | 0011111110000001100100100011111100111111001111110011111101011110 | 3f81923f3f3f3f5e |
EUC-JP | 飮í??^ | 1000111110101011101100011010000111110010100011111010001011101110100011111010101110111111001111110011111101011110 | 8fabb1a1f28fa2ee8fabbf3f3f5e |
UTF-8 | 飮í^ | 11000011101010011100001010100011110000101010111011000011101011011100001010000111110000101001100101011110 | c3a9c2a3c2aec3adc287c2995e |
UHC | ??®???^ | 0011111100111111101000101110011100111111001111110011111101011110 | 3f3fa2e73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)