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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 翕翦~ | 1110001111000011111000111100011001111110 | e3c3e3c67e |
EUC-JP | 翕翦~ | 1110011011000101111001101100100001111110 | e6c5e6c87e |
UTF-8 | 翕翦~ | 11100111101111111001010111100111101111111010011001111110 | e7bf95e7bfa67e |
UHC | 翕?~ | 11111101111010000011111101111110 | fde83f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)