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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 短息其B | 10010010010110101001000110100111100100011011010001000010 | 925a91a791b442 |
EUC-JP | 短息其B | 11000011101110111100001010101001110000101011011001000010 | c3bbc2a9c2b642 |
UTF-8 | 短息其B | 11100111100111111010110111100110100000011010111111100101100001011011011001000010 | e79fade681afe585b642 |
UHC | 短息其B | 11010011101011011110001111010011110100001110110001000010 | d3ade3d3d0ec42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)