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 | 踵門嶋 | 111001101111100110010110111001011001001110001000 | e6f996e59388 |
EUC-JP | 踵門嶋 | 111011001111101111001100111001111100010111101000 | ecfbcce7c5e8 |
UTF-8 | 踵門嶋 | 111010001011100010110101111010011001011010000000111001011011011010001011 | e8b8b5e99680e5b68b |
UHC | 踵門嶋 | 111100011010001011011010101001101101001111110111 | f1a2daa6d3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)