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 | 챨í^ | 11101100101100011010100011101101100110101001110001011110 | ecb1a8ed9a9c5e |
SJIS-WIN | ?±¨???^ | 001111111000000101111101100000010100111000111111001111110011111101011110 | 3f817d814e3f3f3f5e |
EUC-JP | 챨í??^ | 10001111101010111100000010100001110111101010000110101111100011111010101110111111001111110011111101011110 | 8fabc0a1dea1af8fabbf3f3f5e |
UTF-8 | 챨í^ | 11000011101011001100001010110001110000101010100011000011101011011100001010011010110000101001110001011110 | c3acc2b1c2a8c3adc29ac29c5e |
UHC | ?±¨???^ | 001111111010000110111110101000011010011100111111001111110011111101011110 | 3fa1bea1a73f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)