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 | 10010010010110101001000110100001100100011011001001000010 | 925a91a191b242 |
EUC-JP | 短贈卒B | 11000011101110111100001010100011110000101011010001000010 | c3bbc2a3c2b442 |
UTF-8 | 短贈卒B | 11100111100111111010110111101000101101001000100011100101100011011001001001000010 | e79fade8b488e58d9242 |
UHC | 短贈卒B | 11010011101011011111000111111100111100001110111101000010 | d3adf1fcf0ef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)