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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?琵 | 001111111001010011111010 | 3f94fa |
EUC-JP | ?琵 | 001111111100100011111100 | 3fc8fc |
UTF-8 | 젱琵 | 111011001010000010110001111001111001000010110101 | eca0b1e790b5 |
UHC | 젱琵 | 11000001101011011101110111110101 | c1adddf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)