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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 淳淳^ | 1000111101111110100011110111111001011110 | 8f7e8f7e5e |
EUC-JP | 淳淳^ | 1011110111011111101111011101111101011110 | bddfbddf5e |
UTF-8 | 淳淳^ | 11100110101101111011001111100110101101111011001101011110 | e6b7b3e6b7b35e |
UHC | 淳淳^ | 1110001011101000111000101110100001011110 | e2e8e2e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)