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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ???鹽?B | 00111111001111110011111111101010011001000011111101000010 | 3f3f3fea643f42 |
EUC-JP | ???鹽?B | 00111111001111110011111111110011110001010011111101000010 | 3f3f3ff3c53f42 |
UTF-8 | 連븃략鹽뭛B | 11101111101001101001101011101011101110001000001111101011100111101011010111101001101110011011110111101011101011011001101101000010 | efa69aebb883eb9eb5e9b9bdebad9b42 |
UHC | 連븃략鹽뭛B | 1110011011100110101110101110100010110111101010111110011110100100100100100110011101000010 | e6e6bae8b7abe7a4926742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)