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 | 該捧y翔捧 | 10001010010110011001010111111001100000101001100111100011110001001001010111111001 | 8a5995f98299e3c495f9 |
EUC-JP | 該捧y翔捧 | 10110011101110101100101011111011101000111111100111100110110001101100101011111011 | b3bacafba3f9e6c6cafb |
UTF-8 | 該捧y翔捧 | 111010001010100110110010111001101000110110100111111011111011110110011001111001111011111110010100111001101000110110100111 | e8a9b2e68da7efbd99e7bf94e68da7 |
UHC | 該捧y翔捧 | 11111010101100011101110011101001101000111111100111011111110101101101110011101001 | fab1dce9a3f9dfd6dce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)