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 | 髷撰スァ陜ェ | 111010011001111010010000111011111011110110100111111010001001110110101010 | e99e90efbda7e89daa |
EUC-JP | 髷撰スァ陜ェ | 111100011111111011000000111100011000111010111101100011101010011111101111111111011000111010101010 | f1fec0f18ebd8ea7effd8eaa |
UTF-8 | 髷撰スァ陜ェ | 111010011010101110110111111001101001001010110000111011111011110110111101111011111011110110100111111010011001100110011100111011111011110110101010 | e9abb7e692b0efbdbdefbda7e9999cefbdaa |
UHC | ?撰??陜? | 0011111111110011101111000011111100111111111110011111000000111111 | 3ff3bc3f3ff9f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)