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 | 隰ォ螻ッ緕ォ | 111010001010110010101011111001011011000110101111111000111000111010101011 | e8acabe5b1afe38eab |
EUC-JP | 隰ォ螻ッ緕ォ | 111100001010111010001110101010111110101010110011100011101010111111100101111011101000111010101011 | f0ae8eabeab38eafe5ee8eab |
UTF-8 | 隰ォ螻ッ緕ォ | 111010011001101010110000111011111011110110101011111010001001111010111011111011111011110110101111111001111011011110010101111011111011110110101011 | e99ab0efbdabe89ebbefbdafe7b795efbdab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)