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 | ?o??? | 0011111101101111001111110011111100111111 | 3f6f3f3f3f |
SJIS-WIN | ?o??? | 0011111101101111001111110011111100111111 | 3f6f3f3f3f |
EUC-JP | ?o??? | 0011111101101111001111110011111100111111 | 3f6f3f3f3f |
UTF-8 | 청o혮천혮 | 11101100101100101010110101101111111011011001100010101110111011001011001010011100111011011001100010101110 | ecb2ad6fed98aeecb29ced98ae |
UHC | 청o혮천혮 | 110000111011101101101111110000101001010111000011101101011100001010010101 | c3bb6fc295c3b5c295 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)