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 | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 渫潁}B | 100111111101011010011111111100010111110101000010 | 9fd69ff17d42 |
EUC-JP | 渫潁}B | 110111101101100011011110111100110111110101000010 | ded8def37d42 |
UTF-8 | 渫潁}B | 1110011010111000101010111110011010111101100000010111110101000010 | e6b8abe6bd817d42 |
UHC | 渫潁}B | 111000001101111011100111101110000111110101000010 | e0dee7b87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)