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 | ?乍 | 001111111001001111100001 | 3f93e1 |
EUC-JP | ?乍 | 001111111100011011100011 | 3fc6e3 |
UTF-8 | 짊乍 | 111011001010011110001010111001001011100110001101 | eca78ae4b98d |
UHC | 짊乍 | 11000001111110111101111010111111 | c1fbdebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)