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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蹂鍋 | 11100110111110001001001111100111 | e6f893e7 |
EUC-JP | 蹂鍋 | 11101100111110101100011011101001 | ecfac6e9 |
UTF-8 | 蹂鍋 | 111010001011100110000010111010011000110110001011 | e8b982e98d8b |
UHC | 蹂鍋 | 11101011101100111100111010100111 | ebb3cea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)