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 | 罐濠掘 | 111000111010001110001101100010101000110001000000 | e3a38d8a8c40 |
EUC-JP | 罐濠掘 | 111001101010010110111001111010101011011110100001 | e6a5b9eab7a1 |
UTF-8 | 罐濠掘 | 111001111011110110010000111001101011111110100000111001101000111010011000 | e7bd90e6bfa0e68e98 |
UHC | 罐濠掘 | 110011101011100011111011110011001100111111011110 | ceb8fbcccfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)