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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | エ餧ァ胖 | 1111001010111111101101001111101111111000101001111110001111110100 | f2bfb4fbf8a7e3f4 |
EUC-JP | ?エ餧ァ胖 | 00111111100011101011010010001111111010001101110110001110101001111110011011110110 | 3f8eb48fe8dd8ea7e6f6 |
UTF-8 | エ餧ァ胖 | 111011101000011110110110111011111011110110110100111010011010010010100111111011111011110110100111111010001000001110010110 | ee87b6efbdb4e9a4a7efbda7e88396 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)