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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 罐豪係蟲 | 1110001110100011100011011000101110001100010101111110010110110011 | e3a38d8b8c57e5b3 |
EUC-JP | 罐豪係蟲 | 1110011010100101101110011110101110110111101110001110101010110101 | e6a5b9ebb7b8eab5 |
UTF-8 | 罐豪係蟲 | 111001111011110110010000111010001011000110101010111001001011111110000010111010001001111110110010 | e7bd90e8b1aae4bf82e89fb2 |
UHC | 罐豪係蟲 | 1100111010111000111110111101111111001100111101011111010111111001 | ceb8fbdfccf5f5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)