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 | 線件收 | 100100001111110010001100100011111001110110111110 | 90fc8c8f9dbe |
EUC-JP | 線件收 | 110000001111111010110111111011111101101011000000 | c0feb7efdac0 |
UTF-8 | 線件收 | 111001111011011110011010111001001011101110110110111001101001010010110110 | e7b79ae4bbb6e694b6 |
UHC | 線件收 | 111000001100101011001011111011001110001010100101 | e0cacbece2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)