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?}?i | 001111110110111100111111011111010011111101101001 | 3f6f3f7d3f69 |
SJIS-WIN | ?o?}?i | 001111110110111100111111011111010011111101101001 | 3f6f3f7d3f69 |
EUC-JP | ?o?}?i | 001111110110111100111111011111010011111101101001 | 3f6f3f7d3f69 |
UTF-8 | 청o챕}혮i | 111011001011001010101101011011111110110010110001100101010111110111101101100110001010111001101001 | ecb2ad6fecb1957ded98ae69 |
UHC | 청o챕}혮i | 110000111011101101101111110000111010100101111101110000101001010101101001 | c3bb6fc3a97dc29569 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)