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 | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-WIN | 籖牋y | 1110001011011101111000001010111001111001 | e2dde0ae79 |
EUC-JP | 籖牋y | 1110010011011111111000001011000001111001 | e4dfe0b079 |
UTF-8 | 籖牋y | 11100111101100011001011011100111100010011000101101111001 | e7b196e7898b79 |
UHC | ??y | 001111110011111101111001 | 3f3f79 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)