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 | ?逗 | 001111111001000010000000 | 3f9080 |
EUC-JP | ?逗 | 001111111011111111100000 | 3fbfe0 |
UTF-8 | 쎄逗 | 111011001000111010000100111010011000000010010111 | ec8e84e98097 |
UHC | 쎄逗 | 10111101111010101101010011101000 | bdead4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)