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 | ???RE | 0011111100111111001111110101001001000101 | 3f3f3f5245 |
SJIS-WIN | 短贈存RE | 1001001001011010100100011010000110010001101101100101001001000101 | 925a91a191b65245 |
EUC-JP | 短贈存RE | 1100001110111011110000101010001111000010101110000101001001000101 | c3bbc2a3c2b85245 |
UTF-8 | 短贈存RE | 1110011110011111101011011110100010110100100010001110010110101101100110000101001001000101 | e79fade8b488e5ad985245 |
UHC | 短贈存RE | 1101001110101101111100011111110011110000111011010101001001000101 | d3adf1fcf0ed5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)