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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鍈??鍈 | 111110100101111000111111001111111111101001011110 | fa5e3f3ffa5e |
EUC-JP | 鍈??鍈 | 1000111111100100111010010011111100111111100011111110010011101001 | 8fe4e93f3f8fe4e9 |
UTF-8 | 鍈㏓㎤鍈 | 111010011000110110001000111000111000111110010011111000111000111010100100111010011000110110001000 | e98d88e38f93e38ea4e98d88 |
UHC | 鍈㏓㎤鍈 | 1110011111001100101001111110101110100111101010001110011111001100 | e7cca7eba7a8e7cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)