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?}?j\ | 00111111011011110011111101111101001111110110101001011100 | 3f6f3f7d3f6a5c |
SJIS-WIN | ?o?}?j\ | 00111111011011110011111101111101001111110110101001011100 | 3f6f3f7d3f6a5c |
EUC-JP | ?o?}?j\ | 00111111011011110011111101111101001111110110101001011100 | 3f6f3f7d3f6a5c |
UTF-8 | 청o챕}혮j\ | 11101100101100101010110101101111111011001011000110010101011111011110110110011000101011100110101001011100 | ecb2ad6fecb1957ded98ae6a5c |
UHC | 청o챕}혮j\ | 11000011101110110110111111000011101010010111110111000010100101010110101001011100 | c3bb6fc3a97dc2956a5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)