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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隰ォ螻ッ粮 | 1110100010101100101010111110010110110001101011111110001011101100 | e8acabe5b1afe2ec |
EUC-JP | 隰ォ螻ッ粮 | 11110000101011101000111010101011111010101011001110001110101011111110010011101110 | f0ae8eabeab38eafe4ee |
UTF-8 | 隰ォ螻ッ粮 | 111010011001101010110000111011111011110110101011111010001001111010111011111011111011110110101111111001111011001010101110 | e99ab0efbdabe89ebbefbdafe7b2ae |
UHC | ????粮 | 001111110011111100111111001111111101010111011011 | 3f3f3f3fd5db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)