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 | 糀咲外聶 | 1110001011101111100011011110011110001010010011111110001111100001 | e2ef8de78a4fe3e1 |
EUC-JP | 糀咲外聶 | 1110010011110001101110101110100110110011101100001110011011100011 | e4f1bae9b3b0e6e3 |
UTF-8 | 糀咲外聶 | 111001111011001110000000111001011001001010110010111001011010010010010110111010001000000110110110 | e7b380e592b2e5a496e881b6 |
UHC | ??外? | 0011111100111111111010001110001000111111 | 3f3fe8e23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)