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 | ?訪 | 001111111001011001001011 | 3f964b |
EUC-JP | 鋌訪 | 1000111111100100101110111100101110101100 | 8fe4bbcbac |
UTF-8 | 鋌訪 | 111010011000101110001100111010001010100010101010 | e98b8ce8a8aa |
UHC | 鋌訪 | 11101111111110111101101110111110 | effbdbbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)