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 | 10011000011000110011111101111001 | 98633f79 |
EUC-JP | 歪?y | 11001111110001000011111101111001 | cfc43f79 |
UTF-8 | 歪둞y | 11100110101011011010101011101011100100011001111001111001 | e6adaaeb919e79 |
UHC | 歪둞y | 1110100011100000100010100101011001111001 | e8e08a5679 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)