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 | ?泄 | 001111111001111110010101 | 3f9f95 |
EUC-JP | ?泄 | 001111111101110111110101 | 3fddf5 |
UTF-8 | 윳泄 | 111011001001110010110011111001101011001110000100 | ec9cb3e6b384 |
UHC | 윳泄 | 11000000101101011110000011011100 | c0b5e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)