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 | 錺願院褶 | 1110100001000100100010101110100010001001010000001110010111110111 | e8448ae88940e5f7 |
EUC-JP | 錺願院褶 | 1110111110100101101101001110101010110001101000011110101011111001 | efa5b4eab1a1eaf9 |
UTF-8 | 錺願院褶 | 111010011000110010111010111010011010000110011000111010011001100110100010111010001010010010110110 | e98cbae9a198e999a2e8a4b6 |
UHC | ?願院褶 | 00111111111010101100001111101010110000101110001110101000 | 3feac3eac2e3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)