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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 飮η?飮η?B | 1001111101011010100000111100010100111111100111110101101010000011110001010011111101000010 | 9f5a83c53f9f5a83c53f42 |
EUC-JP | 飮η?飮η?B | 1101110110111011101001101100011100111111110111011011101110100110110001110011111101000010 | ddbba6c73fddbba6c73f42 |
UTF-8 | 飮η궎飮η궎B | 1110100110100011101011101100111010110111111010101011011010001110111010011010001110101110110011101011011111101010101101101000111001000010 | e9a3aeceb7eab68ee9a3aeceb7eab68e42 |
UHC | 飮η궎飮η궎B | 11101011111001101010010111100111100000101010010011101011111001101010010111100111100000101010010001000010 | ebe6a5e782a4ebe6a5e782a442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)