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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
UTF-8 | 청려청려^ | 11101100101100101010110111101011101000001010010011101100101100101010110111101011101000001010010001011110 | ecb2adeba0a4ecb2adeba0a45e |
UHC | 청려청려^ | 110000111011101110110111110000011100001110111011101101111100000101011110 | c3bbb7c1c3bbb7c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)