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 | ?胃 | 001111111000100011011101 | 3f88dd |
EUC-JP | ?胃 | 001111111011000011011111 | 3fb0df |
UTF-8 | 뷜胃 | 111010111011011110011100111010001000001110000011 | ebb79ce88383 |
UHC | 뷜胃 | 10111010111000101110101011010110 | bae2ead6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)