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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 涯?\ | 10001010010101010011111101011100 | 8a553f5c |
EUC-JP | 涯?\ | 10110011101101100011111101011100 | b3b63f5c |
UTF-8 | 涯얥\ | 11100110101101101010111111101100100101101010010101011100 | e6b6afec96a55c |
UHC | 涯얥\ | 1110010011110011100111100100110001011100 | e4f39e4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)