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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | タ蠱ェ | 11000000111001011100000110101010 | c0e5c1aa |
EUC-JP | タ蠱ェ | 100011101100000011101010110000111000111010101010 | 8ec0eac38eaa |
UTF-8 | タ蠱ェ | 111011111011111010000000111010001010000010110001111011111011110110101010 | efbe80e8a0b1efbdaa |
UHC | ?蠱? | 00111111110011011100110000111111 | 3fcdcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)