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 | 0011111111100000100111000011111101110110 | 3fe09c3f76 |
EUC-JP | ?燧?v | 0011111111011111111111000011111101110110 | 3fdffc3f76 |
UTF-8 | 믬燧쌾v | 11101011101011111010110011100111100001111010011111101100100011001011111001110110 | ebaface787a7ec8cbe76 |
UHC | 믬燧쌾v | 10010010111011101110001010101100100110110110110001110110 | 92eee2ac9b6c76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)