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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 硝モ~ | 10001111110010011101001101111110 | 8fc9d37e |
EUC-JP | 硝モ~ | 1011111011001011100011101101001101111110 | becb8ed37e |
UTF-8 | 硝モ~ | 11100111101000011001110111101111101111101001001101111110 | e7a19defbe937e |
UHC | 硝?~ | 11110101101001100011111101111110 | f5a63f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)