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 | ?槽 | 001111111001000110000101 | 3f9185 |
EUC-JP | ?槽 | 001111111100000111100101 | 3fc1e5 |
UTF-8 | 납槽 | 111010111000001010101001111001101010011110111101 | eb82a9e6a7bd |
UHC | 납槽 | 10110011101100111111000011001011 | b3b3f0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)