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 | ???持 | 0011111100111111001111111000111010011101 | 3f3f3f8e9d |
EUC-JP | 珽??持 | 10001111110010111111111000111111001111111011101111111101 | 8fcbfe3f3fbbfd |
UTF-8 | 珽쾡깥持 | 111001111000111110111101111011001011111010100001111010101011100110100101111001101000110010000001 | e78fbdecbea1eab9a5e68c81 |
UHC | 珽쾡깥持 | 1110111111101010110001001110100110110001111110011111001010100101 | efeac4e9b1f9f2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)