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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髮ゥ迢。奝ア | 111010011001101110101001111001111000101110100001111110101010001010110001 | e99ba9e78ba1faa2b1 |
EUC-JP | 髮ゥ迢。奝ア | 11110001111110111000111010101001111011011110101110001110101000011000111110111000111110001000111010110001 | f1fb8ea9edeb8ea18fb8f88eb1 |
UTF-8 | 髮ゥ迢。奝ア | 111010011010101110101110111011111011110110101001111010001011111110100010111011111011110110100001111001011010010110011101111011111011110110110001 | e9abaeefbda9e8bfa2efbda1e5a59defbdb1 |
UHC | 髮????? | 11011011101001010011111100111111001111110011111100111111 | dba53f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)