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 | 祭潘?? | 100011011101010111100000010011100011111100111111 | 8dd5e04e3f3f |
EUC-JP | 祭潘?? | 101110101101011111011111101011110011111100111111 | bad7dfaf3f3f |
UTF-8 | 祭潘렜렓 | 111001111010010110101101111001101011110110011000111010111010000010011100111010111010000010010011 | e7a5ade6bd98eba09ceba093 |
UHC | 祭潘렜렓 | 1111000010101110110110101110101110001110101011101000111010101000 | f0aedaeb8eae8ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)