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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褥??愉? | 11100101111100010011111100111111100101101111100100111111 | e5f13f3f96f93f |
EUC-JP | 褥??愉? | 11101010111100110011111100111111110011001111101100111111 | eaf33f3fccfb3f |
UTF-8 | 褥띔쑈愉뷓 | 111010001010010010100101111010111001110110010100111011001001000110001000111001101000010010001001111010111011011110010011 | e8a4a5eb9d94ec9188e68489ebb793 |
UHC | 褥띔쑈愉뷓 | 11101001101100111011011011101010101111101010010011101010111100001001010101000010 | e9b3b6eabea4eaf09542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)