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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罐豪係 | 111000111010001110001101100010111000110001010111 | e3a38d8b8c57 |
EUC-JP | 罐豪係 | 111001101010010110111001111010111011011110111000 | e6a5b9ebb7b8 |
UTF-8 | 罐豪係 | 111001111011110110010000111010001011000110101010111001001011111110000010 | e7bd90e8b1aae4bf82 |
UHC | 罐豪係 | 110011101011100011111011110111111100110011110101 | ceb8fbdfccf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)