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 | ???h? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 飮η?h飮 | 1001111101011010100000111100010100111111011010001001111101011010 | 9f5a83c53f689f5a |
EUC-JP | 飮η?h飮 | 1101110110111011101001101100011100111111011010001101110110111011 | ddbba6c73f68ddbb |
UTF-8 | 飮η궎h飮 | 111010011010001110101110110011101011011111101010101101101000111001101000111010011010001110101110 | e9a3aeceb7eab68e68e9a3ae |
UHC | 飮η궎h飮 | 111010111110011010100101111001111000001010100100011010001110101111100110 | ebe6a5e782a468ebe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)