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 | ??¨?? | 0011111100111111101010000011111100111111 | 3f3fa83f3f |
SJIS-WIN | 褥?¨有? | 1110010111110001001111111000000101001110100101110100110000111111 | e5f13f814e974c3f |
EUC-JP | 褥?¨有? | 1110101011110011001111111010000110101111110011011010110100111111 | eaf33fa1afcdad3f |
UTF-8 | 褥띕¨有퇑 | 1110100010100100101001011110101110011101100101011100001010101000111001101001110010001001111011011000011110010001 | e8a4a5eb9d95c2a8e69c89ed8791 |
UHC | 褥띕¨有퇑 | 11101001101100111011011011101011101000011010011111101010111100111011100001000010 | e9b3b6eba1a7eaf3b842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)