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 | 庄?~ | 10001111101011110011111101111110 | 8faf3f7e |
EUC-JP | 庄?~ | 10111110101100010011111101111110 | beb13f7e |
UTF-8 | 庄렟~ | 11100101101110101000010011101011101000001001111101111110 | e5ba84eba09f7e |
UHC | 庄렟~ | 1110110111100100100011101011000001111110 | ede48eb07e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)