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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 晶ワ緖キシカ | 10001111101110111111010011101100110111001111101110001110101101111011110010110110 | 8fbbf4ecdcfb8eb7bcb6 |
EUC-JP | 晶?ワ?キシカ | 101111101011110100111111100011101101110000111111100011101011011110001110101111001000111010110110 | bebd3f8edc3f8eb78ebc8eb6 |
UTF-8 | 晶ワ緖キシカ | 111001101001100110110110111011101000111010011011111011111011111010011100111001111011011110010110111011111011110110110111111011111011110110111100111011111011110110110110 | e699b6ee8e9befbe9ce7b796efbdb7efbdbcefbdb6 |
UHC | 晶??緖??? | 111011111101110000111111001111111101111111111101001111110011111100111111 | efdc3f3fdffd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)