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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮗晉弦 | 111010011011101010011101111001111000110010110111 | e9ba9de78cb7 |
EUC-JP | 鮗晉弦 | 111100101011110011011010111010011011100010111001 | f2bcdae9b8b9 |
UTF-8 | 鮗晉弦 | 111010011010111010010111111001101001100110001001111001011011110010100110 | e9ae97e69989e5bca6 |
UHC | ?晉弦 | 0011111111110010110010111111101011010111 | 3ff2cbfad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)