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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 慂??液??B | 100111001100100000111111001111111000100101110100001111110011111101000010 | 9cc83f3f89743f3f42 |
EUC-JP | 慂??液??B | 110110001100101000111111001111111011000111010101001111110011111101000010 | d8ca3f3fb1d53f3f42 |
UTF-8 | 慂뤸뀹液귞떭B | 11100110100001011000001011101011101001001011100011101011100000001011100111100110101101101011001011101010101101111001111011101011100101101010110101000010 | e68582eba4b8eb80b9e6b6b2eab79eeb96ad42 |
UHC | 慂뤸뀹液귞떭B | 11101001101111011000111111100110100001011010111111100100111110111000001011100111100010111011110101000010 | e9bd8fe685afe4fb82e78bbd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)