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 | èµä¿ | 1110100010010100101101011110010010111111 | e894b5e4bf |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | è??ä¿ | 1000111110101011101100100011111100111111100011111010101110100011100011111010001011000100 | 8fabb23f3f8faba38fa2c4 |
UTF-8 | èµä¿ | 11000011101010001100001010010100110000101011010111000011101001001100001010111111 | c3a8c294c2b5c3a4c2bf |
UHC | ????¿ | 001111110011111100111111001111111010001010101111 | 3f3f3f3fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)