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 | 愽゚ナ珱 | 100111001100011111011111110001011110000011111100 | 9cc7dfc5e0fc |
EUC-JP | 愽゚ナ珱 | 1101100011001001100011101101111110001110110001011110000011111110 | d8c98edf8ec5e0fe |
UTF-8 | 愽゚ナ珱 | 111001101000010010111101111011111011111010011111111011111011111010000101111001111000111110110001 | e684bdefbe9fefbe85e78fb1 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)