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 | è¥å¼¥áè | 1110100010100101100011001110010110111100101001011110000111101000 | e8a58ce5bca5e1e8 |
SJIS-WIN | ?¥???¥?? | 00111111100000011000111100111111001111110011111110000001100011110011111100111111 | 3f818f3f3f3f818f3f3f |
EUC-JP | è??å??áè | 10001111101010111011001000111111001111111000111110101011101010010011111100111111100011111010101110100001100011111010101110110010 | 8fabb23f3f8faba93f3f8faba18fabb2 |
UTF-8 | è¥å¼¥áè | 11000011101010001100001010100101110000101000110011000011101001011100001010111100110000101010010111000011101000011100001110101000 | c3a8c2a5c28cc3a5c2bcc2a5c3a1c3a8 |
UHC | ????¼??? | 001111110011111100111111001111111010100011111001001111110011111100111111 | 3f3f3f3fa8f93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)