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 | 樂飩Γ柞 | 1001111011011001111010010100101010000011101000011001111001101111 | 9ed9e94a83a19e6f |
EUC-JP | 樂飩Γ柞 | 1101110011011011111100011010101110100110101000111101101111010000 | dcdbf1aba6a3dbd0 |
UTF-8 | 樂飩Γ柞 | 1110011010101000100000101110100110100011101010011100111010010011111001101001111110011110 | e6a882e9a3a9ce93e69f9e |
UHC | 樂?Γ? | 111001001100010100111111101001011100001100111111 | e4c53fa5c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)