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 | ティツエツн | 11000011101010001100001010110100110000101000010001111110 | c3a8c2b4c2847e |
EUC-JP | ティツエツн | 100011101100001110001110101010001000111011000010100011101011010010001110110000101010011111011111 | 8ec38ea88ec28eb48ec2a7df |
UTF-8 | ティツエツн | 1110111110111110100000111110111110111101101010001110111110111110100000101110111110111101101101001110111110111110100000101101000010111101 | efbe83efbda8efbe82efbdb4efbe82d0bd |
UHC | ?????н | 00111111001111110011111100111111001111111010110011011111 | 3f3f3f3f3facdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)