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 | 小泄 | 10001111101011001001111110010101 | 8fac9f95 |
EUC-JP | 小泄 | 10111110101011101101110111110101 | beaeddf5 |
UTF-8 | 小泄 | 111001011011000010001111111001101011001110000100 | e5b08fe6b384 |
UHC | 小泄 | 11100001101100111110000011011100 | e1b3e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)