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 | 裄瑚」滓 | 11100101111000001000110011101000101000111001111111100110 | e5e08ce8a39fe6 |
EUC-JP | 裄瑚」滓 | 1110101011100010101110001110101010001110101000111101111011101000 | eae2b8ea8ea3dee8 |
UTF-8 | 裄瑚」滓 | 111010001010001110000100111001111001000110011010111011111011110110100011111001101011101110010011 | e8a384e7919aefbda3e6bb93 |
UHC | ?瑚?滓 | 001111111111101111010001001111111110111010101011 | 3ffbd13feeab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)