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 | ÂÓ¹^LoBF | 100011101100001011010011101110010101111001001100011011110100001001000110 | 8ec2d3b95e4c6f4246 |
SJIS-WIN | ????^LoBF | 001111110011111100111111001111110101111001001100011011110100001001000110 | 3f3f3f3f5e4c6f4246 |
EUC-JP | ?ÂÓ?^LoBF | 00111111100011111010101010100100100011111010101011010001001111110101111001001100011011110100001001000110 | 3f8faaa48faad13f5e4c6f4246 |
UTF-8 | ÂÓ¹^LoBF | 11000010100011101100001110000010110000111001001111000010101110010101111001001100011011110100001001000110 | c28ec382c393c2b95e4c6f4246 |
UHC | ???¹^LoBF | 00111111001111110011111110101001111101100101111001001100011011110100001001000110 | 3f3f3fa9f65e4c6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)