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 | ?耕? | 00111111100011010110101100111111 | 3f8d6b3f |
EUC-JP | 釪耕? | 100011111110001110101101101110011100110000111111 | 8fe3adb9cc3f |
UTF-8 | 釪耕렟 | 111010011000011110101010111010001000000010010101111010111010000010011111 | e987aae88095eba09f |
UHC | 釪耕렟 | 111010011110100111001100111010011000111010110000 | e9e9cce98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)