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 | èå¥è¦ | 111010001001000110000110111001011000111110100101111010001010011010001011 | e89186e58fa5e8a68b |
SJIS-WIN | ?????¥??? | 00111111001111110011111100111111001111111000000110001111001111110011111100111111 | 3f3f3f3f3f818f3f3f3f |
EUC-JP | è??å??è¦? | 1000111110101011101100100011111100111111100011111010101110101001001111110011111110001111101010111011001010001111101000101100001100111111 | 8fabb23f3f8faba93f3f8fabb28fa2c33f |
UTF-8 | èå¥è¦ | 110000111010100011000010100100011100001010000110110000111010010111000010100011111100001010100101110000111010100011000010101001101100001010001011 | c3a8c291c286c3a5c28fc2a5c3a8c2a6c28b |
UHC | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)