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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 映η?蘖 | 10001001011001101000001111000101001111111001111101010000 | 896683c53f9f50 |
EUC-JP | 映η?蘖 | 10110001110001111010011011000111001111111101110110110001 | b1c7a6c73fddb1 |
UTF-8 | 映η씃蘖 | 1110011010011000101000001100111010110111111011001001010010000011111010001001100010010110 | e698a0ceb7ec9483e89896 |
UHC | 映η씃蘖 | 1110011110110001101001011110011110011101100110111110010111101110 | e7b1a5e79d9be5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)