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 | ???c]H | 001111110011111100111111011000110101110101001000 | 3f3f3f635d48 |
SJIS-WIN | 晶ェc]H | 1000111110111011111110001110110010101010011000110101110101001000 | 8fbbf8ecaa635d48 |
EUC-JP | 晶?ェc]H | 1011111010111101001111111000111010101010011000110101110101001000 | bebd3f8eaa635d48 |
UTF-8 | 晶ェc]H | 111001101001100110110110111011101001101010001011111011111011110110101010011000110101110101001000 | e699b6ee9a8befbdaa635d48 |
UHC | 晶??c]H | 11101111110111000011111100111111011000110101110101001000 | efdc3f3f635d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)