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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ???邀??\ | 0011111100111111001111111110011110110001001111110011111101011100 | 3f3f3fe7b13f3f5c |
EUC-JP | 縕??邀??\ | 10001111110101001100001000111111001111111110111010110011001111110011111101011100 | 8fd4c23f3feeb33f3f5c |
UTF-8 | 縕뷂슉邀섓쉥\ | 11100111101110001001010111101011101101111000001011101100100010101000100111101001100000101000000011101100100001001001001111101100100010011010010101011100 | e7b895ebb782ec8a89e98280ec8493ec89a55c |
UHC | 縕뷂슉邀섓쉥\ | 11101000101100101001010011101111101111011011010111101001101011011001100011101111101111011010101101011100 | e8b294efbdb5e9ad98efbdab5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)