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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹂鍋オ | 1110011011111000100100111110011110110101 | e6f893e7b5 |
EUC-JP | 蹂鍋オ | 111011001111101011000110111010011000111010110101 | ecfac6e98eb5 |
UTF-8 | 蹂鍋オ | 111010001011100110000010111010011000110110001011111011111011110110110101 | e8b982e98d8befbdb5 |
UHC | 蹂鍋? | 1110101110110011110011101010011100111111 | ebb3cea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)