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 | 膈琪 | 11100100010011001111101101101000 | e44cfb68 |
EUC-JP | 膈琪 | 1110011110101101100011111100110010101110 | e7ad8fccae |
UTF-8 | 膈琪 | 111010001000011010001000111001111001000010101010 | e88688e790aa |
UHC | 膈琪 | 11001100101011101101000110101110 | ccaed1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)