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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
EUC-JP | 縯??v | 100011111101010011001011001111110011111101110110 | 8fd4cb3f3f76 |
UTF-8 | 縯뤶덻v | 11100111101110001010111111101011101001001011011011101011100011011011101101110110 | e7b8afeba4b6eb8dbb76 |
UHC | 縯뤶덻v | 11100110111000001000111111100100100010010100111001110110 | e6e08fe4894e76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)